# HG changeset patch # User diego # Date 1358705911 0 # Node ID bab4ce2b0d010d178d7899061eb1b0b009f0012c # Parent b4ce15212bfc3f706b836d24e4c94f5056016e45 muxer_lavf: Replace forward declaration by the correct #include diff -r b4ce15212bfc -r bab4ce2b0d01 libmpdemux/muxer_lavf.c --- a/libmpdemux/muxer_lavf.c Sun Jan 20 16:36:25 2013 +0000 +++ b/libmpdemux/muxer_lavf.c Sun Jan 20 18:18:31 2013 +0000 @@ -24,6 +24,7 @@ #include #include "config.h" #include "mp_msg.h" +#include "fmt-conversion.h" #include "help_mp.h" #include "mencoder.h" #include "aviheader.h" @@ -41,8 +42,6 @@ #include "mp_taglists.h" -enum PixelFormat imgfmt2pixfmt(int fmt); - #define BIO_BUFFER_SIZE 32768 typedef struct {