summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorAleksi Nurmi <aleksi.nurmi@gmail.com>2014-03-27 00:45:15 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-03-27 18:27:23 +0100
commitae17878fb2ab100264226c84c58f5b95a703312f (patch)
tree7b08225c382b1d8477e1dfdf93157e94165b310a /libavcodec/allcodecs.c
parentc3a0b3eb64be441ca897629e8ecd80d5b51fded7 (diff)
BRender PIX image decoder
Further enhancements by Vittorio Giovara and Paul B Mahol. Signed-off-by: Vittorio Giovara <vittorio.giovara@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 8918481e5b..fb5ceff671 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -112,6 +112,7 @@ void avcodec_register_all(void)
REGISTER_DECODER(BINK, bink);
REGISTER_ENCDEC (BMP, bmp);
REGISTER_DECODER(BMV_VIDEO, bmv_video);
+ REGISTER_DECODER(BRENDER_PIX, brender_pix);
REGISTER_DECODER(C93, c93);
REGISTER_DECODER(CAVS, cavs);
REGISTER_DECODER(CDGRAPHICS, cdgraphics);