summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-02-22 21:19:35 +0100
committerAnton Khirnov <anton@khirnov.net>2012-02-23 19:50:46 +0100
commit2257f66ec5b4628ca24410b4cebe0e0842a4298d (patch)
treebd19c9b9f3f6a4061297a83a3544a6a10a6aa790 /libavcodec/allcodecs.c
parent577fed3b7cef50d9d0f2e8a4b2f215129da49b4e (diff)
lavc: drop libdirac encoder.
Libschroedinger is the preferred way to encode dirac video now, it produces better output and has a nicer API.
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index c5a96ebc30..3d3289c4ee 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -371,7 +371,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (XSUB, xsub);
/* external libraries */
- REGISTER_ENCDEC (LIBDIRAC, libdirac);
+ REGISTER_DECODER (LIBDIRAC, libdirac);
REGISTER_ENCODER (LIBFAAC, libfaac);
REGISTER_ENCDEC (LIBGSM, libgsm);
REGISTER_ENCDEC (LIBGSM_MS, libgsm_ms);