summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMichael Chinen <mchinen@gmail.com>2010-12-07 14:50:50 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2010-12-07 14:50:50 +0000
commit475ae04a274ba7e32f56485c12a3db6a8714f431 (patch)
tree453086ee3491c060f1817c8b6f95502742bf7ab4 /libavcodec/allcodecs.c
parented4e1e58332d3162881fea063615b6700b38bbb9 (diff)
Add a FLAC parser.
Seek test reference updated because FLAC seeking now works properly. Fixes roundup issue 1150. Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25914 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 fbae0f68aa..50ac1500ee 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -376,6 +376,7 @@ void avcodec_register_all(void)
REGISTER_PARSER (DNXHD, dnxhd);
REGISTER_PARSER (DVBSUB, dvbsub);
REGISTER_PARSER (DVDSUB, dvdsub);
+ REGISTER_PARSER (FLAC, flac);
REGISTER_PARSER (H261, h261);
REGISTER_PARSER (H263, h263);
REGISTER_PARSER (H264, h264);