bmp: add a standalone parser

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
Paul B Mahol
2012-08-05 23:46:41 +00:00
committed by Vittorio Giovara
parent 991362fab4
commit fb5cf145b6
5 changed files with 95 additions and 1 deletions

View File

@@ -454,6 +454,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);