mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add ARBC decoder
Thanks Kostya for great help in reversing binary.
This commit is contained in:
parent
d8ebfd1bdf
commit
795af110f7
8 changed files with 217 additions and 1 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue