summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2005-03-06 00:43:55 +0000
committerMike Melanson <mike@multimedia.cx>2005-03-06 00:43:55 +0000
commit6d6d7970e7c0ae1bf3f0e015d3c22723ed5b1a28 (patch)
treed31dea6d1e1a23066c169eecaa91d3eb8bc279fd /libavcodec/allcodecs.c
parent2a515c08f25dc4c78c09b4600358574ef34b4ea5 (diff)
first pass at ALAC decoder from David Hammerton; while David's original
decoder works great, this decoder is not completely and seamlessly integrated yet with FFmpeg Originally committed as revision 4008 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 285cfcf225..bd3707b22d 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -196,6 +196,7 @@ void avcodec_register_all(void)
register_avcodec(&qtrle_decoder);
register_avcodec(&flac_decoder);
register_avcodec(&shorten_decoder);
+ register_avcodec(&alac_decoder);
#endif /* CONFIG_DECODERS */
#ifdef AMR_NB