summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMichael Tison <blackspike@gmail.com>2009-12-17 17:25:31 +0000
committerVitor Sessak <vitor1001@gmail.com>2009-12-17 17:25:31 +0000
commita3d995c1eb98e38186bf9ed677809c442a7dab35 (patch)
tree51b3b6facfc2c95a6b80e5feea5d8d9abcde9b36 /libavcodec/allcodecs.c
parent8993535cbbbcd7561164260d547ad51484397785 (diff)
CD+G demuxer and decoder
Patch by Michael Tison (gmail address: blackspike@....) Originally committed as revision 20890 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 6a2eec26f2..3b3c4d420b 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -71,6 +71,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (BMP, bmp);
REGISTER_DECODER (C93, c93);
REGISTER_DECODER (CAVS, cavs);
+ REGISTER_DECODER (CDGRAPHICS, cdgraphics);
REGISTER_DECODER (CINEPAK, cinepak);
REGISTER_DECODER (CLJR, cljr);
REGISTER_DECODER (CSCD, cscd);