mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 19:22:02 +08:00
avcodec: add ARBC decoder
Thanks Kostya for great help in reversing binary.
This commit is contained in:
@@ -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" */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user