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:
diego 2008-01-19 15:20:18 +00:00
parent fc6f2b51e3
commit fd3d8e7b3c
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
*
*/
#include "mp_msg.h"
#include "libmpcodecs/img_format.h"
#include "wine/winerror.h"
#include "com.h"
#include "mediatype.h"