summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorDerek Buitenhuis <[email protected]>2012-03-05 15:29:23 -0500
committerMichael Niedermayer <[email protected]>2012-03-05 22:25:49 +0100
commit01606d10e600c4794d89490e731c321fb73a5141 (patch)
tree7b26f4bb99a3e43dc4acd9182557c3a3463fa93b /libavcodec/allcodecs.c
parentd6e4e69a4993e8f2fe1f7e8227ac388039d886d2 (diff)
libutvideo: Add Ut Video encoder wrapper
All colorspaces are supported. Renamed libutvideo.cpp to libutvideodec.cpp. Signed-off-by: Derek Buitenhuis <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
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 c8cfbb53a8..52a67f34bd 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -412,7 +412,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (LIBSPEEX, libspeex);
REGISTER_DECODER (LIBSTAGEFRIGHT_H264, libstagefright_h264);
REGISTER_ENCODER (LIBTHEORA, libtheora);
- REGISTER_DECODER (LIBUTVIDEO, libutvideo);
+ REGISTER_ENCDEC (LIBUTVIDEO, libutvideo);
REGISTER_ENCODER (LIBVO_AACENC, libvo_aacenc);
REGISTER_ENCODER (LIBVO_AMRWBENC, libvo_amrwbenc);
REGISTER_ENCODER (LIBVORBIS, libvorbis);