summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-04-09 18:56:46 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-06-21 12:04:47 +0200
commit6d887ecac2ed2997d579260c62ee1ce4ca5e55c5 (patch)
tree36a0face7648f839b2451210a650e9250981237d /libavformat/avformat.h
parent2d61f0040da16650d2da77c453189e5084453062 (diff)
avformat: add 48 fps to the NTSC framerates
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index df684ca628..efab990f16 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -726,7 +726,7 @@ typedef struct AVStream {
/**
* Stream information used internally by av_find_stream_info()
*/
-#define MAX_STD_TIMEBASES (60*12+5)
+#define MAX_STD_TIMEBASES (60*12+6)
struct {
int64_t last_dts;
int64_t duration_gcd;