Add FM Screen Capture Codec decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
89d9869d24
commit
95a8a03a19
9 changed files with 650 additions and 1 deletions
|
|
@ -1210,6 +1210,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
|||
.long_name = NULL_IF_CONFIG_SMALL("Apple Pixlet"),
|
||||
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
|
||||
},
|
||||
{
|
||||
.id = AV_CODEC_ID_FMVC,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.name = "fmvc",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("FM Screen Capture Codec"),
|
||||
.props = AV_CODEC_PROP_LOSSLESS,
|
||||
},
|
||||
|
||||
/* image codecs */
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue