avcodec: add ARBC decoder

Thanks Kostya for great help in reversing binary.
This commit is contained in:
Paul B Mahol
2019-01-20 11:18:38 +01:00
parent d8ebfd1bdf
commit 795af110f7
8 changed files with 217 additions and 1 deletions

View File

@@ -1698,6 +1698,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("HuffYUV MT"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
},
{
.id = AV_CODEC_ID_ARBC,
.type = AVMEDIA_TYPE_VIDEO,
.name = "arbc",
.long_name = NULL_IF_CONFIG_SMALL("Gryphon's Anim Compressor"),
.props = AV_CODEC_PROP_LOSSY,
},
/* various PCM "codecs" */
{