diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-08-16 13:25:51 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-08-24 21:07:01 +0200 |
commit | aba720dce236cc1f9d7454011ef810532ae8b0b0 (patch) | |
tree | 31a3e8958c83bf7bdca15fb9cdd65af58e414d13 /libavcodec/codec_desc.c | |
parent | 1931761f18cda3756a27087c366270c38160c754 (diff) | |
download | ffmpeg-aba720dce236cc1f9d7454011ef810532ae8b0b0.tar.gz |
avcodec: add Brooktree ProSumer Video decoder
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index af66b35d2b..e611183599 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1661,6 +1661,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("Infinity IMM4"), .props = AV_CODEC_PROP_LOSSY, }, + { + .id = AV_CODEC_ID_PROSUMER, + .type = AVMEDIA_TYPE_VIDEO, + .name = "prosumer", + .long_name = NULL_IF_CONFIG_SMALL("Brooktree ProSumer Video"), + .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY, + }, /* various PCM "codecs" */ { |