summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-03-17 17:43:58 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2012-03-17 15:45:04 -0400
commit0afd8f12e974c14112c6c3d8ae363c074b963711 (patch)
tree3f8c8f32edc95eb590571d3f27535744a4cf8810 /libavcodec/allcodecs.c
parent6ca3b248e21fc48418c4221fc92c2eecaf07cb9b (diff)
avcodec: add XBM encoder
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
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 166f1fd922..615946a20c 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -230,6 +230,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (WNV1, wnv1);
REGISTER_DECODER (XAN_WC3, xan_wc3);
REGISTER_DECODER (XAN_WC4, xan_wc4);
+ REGISTER_ENCODER (XBM, xbm);
REGISTER_DECODER (XL, xl);
REGISTER_ENCDEC (XWD, xwd);
REGISTER_DECODER (YOP, yop);