mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
warning fix:
dmo/dmo.c:118: warning: unused variable 'vi' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24413 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a6bf35473f
commit
0c4d465c19
@ -115,7 +115,7 @@ DMO_Filter* DMO_FilterCreate(const char* dllname, const GUID* id,
|
||||
|
||||
if (0) {
|
||||
DMO_MEDIA_TYPE dmo;
|
||||
VIDEOINFOHEADER* vi;
|
||||
//VIDEOINFOHEADER* vi;
|
||||
memset(&dmo, 0, sizeof(dmo));
|
||||
i = This->m_pMedia->vt->GetOutputType(This->m_pMedia, 0, 2, &dmo);
|
||||
printf("GetOutputType %x \n", i);
|
||||
|
Loading…
Reference in New Issue
Block a user