summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-14 18:53:05 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-14 19:20:23 +0200
commit45bd0d15f453fbd52d5e47f34860ac32ca2a9b16 (patch)
tree24e7ad5c9891ea7c4ffcb18496c6197856875eca /libavformat/avformat.h
parent572781b25f98f99f2255404810ac33168bf28482 (diff)
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.h1
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;
/**