diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-01 00:16:00 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-01 00:16:00 +0000 |
commit | a5dbb247af9f02cff4899f16d3a87f49fe16727a (patch) | |
tree | 4975853ad6e6c5c2c62f08ebe4c3f79b31921297 /libavcodec/avcodec.h | |
parent | 179386025eadce8a440a548b78008342de7c73a3 (diff) | |
download | ffmpeg-a5dbb247af9f02cff4899f16d3a87f49fe16727a.tar.gz |
fixing inaccurate frame_rate
Originally committed as revision 1616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 2d3cec0494..3e89dae6a1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -169,7 +169,7 @@ static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG, #define CODEC_CAP_PARSE_ONLY 0x0004 #define CODEC_CAP_TRUNCATED 0x0008 -#define FRAME_RATE_BASE 10000 +#define FRAME_RATE_BASE 10010 #define FF_COMMON_FRAME \ uint8_t *data[4];\ |