mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 10:11:04 +08:00
avcodec: add ARBC decoder
Thanks Kostya for great help in reversing binary.
This commit is contained in:
@@ -476,6 +476,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ AV_CODEC_ID_WCMV, MKTAG('W', 'C', 'M', 'V') },
|
||||
{ AV_CODEC_ID_RASC, MKTAG('R', 'A', 'S', 'C') },
|
||||
{ AV_CODEC_ID_HYMT, MKTAG('H', 'Y', 'M', 'T') },
|
||||
{ AV_CODEC_ID_ARBC, MKTAG('A', 'R', 'B', 'C') },
|
||||
{ AV_CODEC_ID_NONE, 0 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user