[FFmpeg-cvslog] avutil: fix compilation
Michael Niedermayer
git at videolan.org
Wed Mar 20 13:50:08 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Mar 20 13:43:05 2013 +0100| [eaa5882e714edbda4e18b4994f4b02d4ecefa900] | committer: Michael Niedermayer
avutil: fix compilation
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eaa5882e714edbda4e18b4994f4b02d4ecefa900
---
libavutil/opt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavutil/opt.c b/libavutil/opt.c
index 04e33ce..2d149da 100644
--- a/libavutil/opt.c
+++ b/libavutil/opt.c
@@ -1361,6 +1361,7 @@ typedef struct TestContext
char *string;
int flags;
AVRational rational;
+ AVRational video_rate;
int w, h;
enum AVPixelFormat pix_fmt;
enum AVSampleFormat sample_fmt;
More information about the ffmpeg-cvslog
mailing list