diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2011-08-15 12:03:40 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-17 15:00:42 +0200 |
commit | 48ce8b8da714558c8738610d5512b6c3c95c901a (patch) | |
tree | e64cb0a2bed12def3eb1294f35ff6f4cdfbfcccf /libavcodec/allcodecs.c | |
parent | 7c1f6df4b5f80ead35b66e5373af6c8046bace56 (diff) | |
download | ffmpeg-48ce8b8da714558c8738610d5512b6c3c95c901a.tar.gz |
Use parsers for RealVideo 3/4 to determine correct PTS
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index dcef0d6d94..7ba945c3d4 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -396,6 +396,8 @@ void avcodec_register_all(void) REGISTER_PARSER (MPEGAUDIO, mpegaudio); REGISTER_PARSER (MPEGVIDEO, mpegvideo); REGISTER_PARSER (PNM, pnm); + REGISTER_PARSER (RV30, rv30); + REGISTER_PARSER (RV40, rv40); REGISTER_PARSER (VC1, vc1); REGISTER_PARSER (VP3, vp3); REGISTER_PARSER (VP8, vp8); |