Mercurial > mplayer.hg
changeset 35706:bab4ce2b0d01
muxer_lavf: Replace forward declaration by the correct #include
author | diego |
---|---|
date | Sun, 20 Jan 2013 18:18:31 +0000 |
parents | b4ce15212bfc |
children | 4ba6b8d3197e |
files | libmpdemux/muxer_lavf.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <limits.h> #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 {