OSDN Git Service

avutil: fix compilation
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 20 Mar 2013 12:43:05 +0000 (13:43 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 20 Mar 2013 12:45:30 +0000 (13:45 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/opt.c

index 04e33ce..2d149da 100644 (file)
@@ -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;