avcodec: ViewQuest VQC decoder

Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Reviewed-by: Tomas Härdin <git@haerdin.se>
Signed-off-by: Peter Ross <pross@xvid.org>
This commit is contained in:
Peter Ross
2022-10-14 18:19:49 +11:00
parent e253bc4b17
commit 3141dbb7ad
9 changed files with 446 additions and 2 deletions

View File

@@ -1916,6 +1916,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("Media 100i"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
},
{
.id = AV_CODEC_ID_VQC,
.type = AVMEDIA_TYPE_VIDEO,
.name = "vqc",
.long_name = NULL_IF_CONFIG_SMALL("ViewQuest VQC"),
.props = AV_CODEC_PROP_LOSSY,
},
/* various PCM "codecs" */
{