Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2012-08-20 13:15:34 +0400
committerAnton Khirnov <anton@khirnov.net>2012-08-20 13:22:59 +0400
commit1ab5a780424ae8755858e153def1173a50a44e4c (patch)
tree09c9bf900112cd918f78d14547ce163829a68408 /libavcodec/allcodecs.c
parent677e763a55dd882c08369f1b67277bf2f54387b7 (diff)
lavc: add Ut Video encoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 755b4ab7ee..f7187d1cf7 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -209,7 +209,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (TSCC2, tscc2);
REGISTER_DECODER (TXD, txd);
REGISTER_DECODER (ULTI, ulti);
- REGISTER_DECODER (UTVIDEO, utvideo);
+ REGISTER_ENCDEC (UTVIDEO, utvideo);
REGISTER_ENCDEC (V210, v210);
REGISTER_DECODER (V210X, v210x);
REGISTER_ENCDEC (V410, v410);