Skip to content

Commit 5640ddf

Browse files
author
diego
committed
Add missing #include, fixes the warning:
libvo/vo_png.c:147: warning: implicit declaration of function 'imgfmt2pixfmt' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30469 b3059339-0415-0410-9bf9-f77b7e298cf2
1 parent 59e2690 commit 5640ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libvo/vo_png.c

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <unistd.h>
3232

3333
#include "config.h"
34+
#include "fmt-conversion.h"
3435
#include "mp_msg.h"
3536
#include "mp_msg.h"
3637
#include "help_mp.h"

0 commit comments

Comments
 (0)