diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-14 18:53:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-14 19:20:23 +0200 |
commit | 45bd0d15f453fbd52d5e47f34860ac32ca2a9b16 (patch) | |
tree | 24e7ad5c9891ea7c4ffcb18496c6197856875eca /libavformat/avformat.h | |
parent | 572781b25f98f99f2255404810ac33168bf28482 (diff) | |
download | ffmpeg-45bd0d15f453fbd52d5e47f34860ac32ca2a9b16.tar.gz |
lavf: fix fps detection with PAFF H.264
Fixes Ticket1065
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ccbbf425a6..a4d97c1d4b 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -743,6 +743,7 @@ typedef struct AVStream { int duration_count; double duration_error[2][2][MAX_STD_TIMEBASES]; int64_t codec_info_duration; + int64_t codec_info_duration_fields; int found_decoder; /** |