mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avcodec: add Simbiosis IMX video decoder
This commit is contained in:
@@ -1842,6 +1842,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Cintel RAW"),
|
||||
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY | AV_CODEC_PROP_LOSSLESS,
|
||||
},
|
||||
{
|
||||
.id = AV_CODEC_ID_SIMBIOSIS_IMX,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.name = "simbiosis_imx",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Simbiosis Interactive IMX Video"),
|
||||
.props = AV_CODEC_PROP_LOSSY,
|
||||
},
|
||||
|
||||
/* various PCM "codecs" */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user