diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-20 13:43:05 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-20 13:45:30 +0100 |
commit | eaa5882e714edbda4e18b4994f4b02d4ecefa900 (patch) | |
tree | b07932c126def04da6210836ee0e2d2f6bc20531 | |
parent | ac44e52f508fbab9811eb2ed09b31802b1d56366 (diff) | |
download | ffmpeg-eaa5882e714edbda4e18b4994f4b02d4ecefa900.tar.gz |
avutil: fix compilation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavutil/opt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/opt.c b/libavutil/opt.c index 04e33ce021..2d149da2d8 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; |