aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-08-05 23:46:41 +0000
committerPaul B Mahol <onemda@gmail.com>2012-08-07 03:15:39 +0000
commit011ce89dba5c0c764abc5f39acb6368f580742e3 (patch)
tree4617d1031816b5be4bfd4a95f2348152806a6a79 /libavcodec/allcodecs.c
parent29d1df66adb3723d1e7f2d363984b50792fb7c11 (diff)
downloadffmpeg-011ce89dba5c0c764abc5f39acb6368f580742e3.tar.gz
avcodec: add bmp parser
Signed-off-by: Paul B Mahol <onemda@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 8305bc278e..6b42c30d66 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -456,6 +456,7 @@ void avcodec_register_all(void)
REGISTER_PARSER (AAC_LATM, aac_latm);
REGISTER_PARSER (AC3, ac3);
REGISTER_PARSER (ADX, adx);
+ REGISTER_PARSER (BMP, bmp);
REGISTER_PARSER (CAVSVIDEO, cavsvideo);
REGISTER_PARSER (COOK, cook);
REGISTER_PARSER (DCA, dca);