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:
authorPaul B Mahol <onemda@gmail.com>2012-08-06 03:46:41 +0400
committerPaul B Mahol <onemda@gmail.com>2012-08-07 07:15:39 +0400
commit011ce89dba5c0c764abc5f39acb6368f580742e3 (patch)
tree4617d1031816b5be4bfd4a95f2348152806a6a79 /libavcodec/allcodecs.c
parent29d1df66adb3723d1e7f2d363984b50792fb7c11 (diff)
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);