mirror of https://github.com/mpv-player/mpv
Add missing #include, fixes the warning:
dshow/mediatype.c:89: warning: implicit declaration of function 'vo_format_name' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25803 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fc6f2b51e3
commit
fd3d8e7b3c
|
@ -21,6 +21,7 @@
|
|||
*
|
||||
*/
|
||||
#include "mp_msg.h"
|
||||
#include "libmpcodecs/img_format.h"
|
||||
#include "wine/winerror.h"
|
||||
#include "com.h"
|
||||
#include "mediatype.h"
|
||||
|
|
Loading…
Reference in New Issue