Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-04-11 00:33:45 +0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-04-20 20:11:20 +0400
commitb0e9edc44f1722787adacbff9aa60343206a58c0 (patch)
treef96cb66448431596724e4ffeec7605311108c9cf /libavcodec/allcodecs.c
parentacb1730218f1c614dc8ca3ba45d9de1e05059515 (diff)
avcodec: add a cook parser to get subpacket duration
Fixes jittery video playback of rm files with cook audio.
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 60b3e08d17..0b519bbf82 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -400,6 +400,7 @@ void avcodec_register_all(void)
REGISTER_PARSER (AC3, ac3);
REGISTER_PARSER (ADX, adx);
REGISTER_PARSER (CAVSVIDEO, cavsvideo);
+ REGISTER_PARSER (COOK, cook);
REGISTER_PARSER (DCA, dca);
REGISTER_PARSER (DIRAC, dirac);
REGISTER_PARSER (DNXHD, dnxhd);