diff options
author | Peter Ross <pross@xvid.org> | 2019-01-06 17:45:04 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2019-06-12 20:06:20 +1000 |
commit | 43dbdee264915d21b745939034d0c5120322ec5b (patch) | |
tree | 67ed9cc4a826aa758b84422ad5d710557ac82039 /libavcodec/codec_desc.c | |
parent | a212c8da48fea89bff3e26324aef257e5663233e (diff) | |
download | ffmpeg-43dbdee264915d21b745939034d0c5120322ec5b.tar.gz |
VP4 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 621b16e160..4d033c20ff 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1719,6 +1719,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("LEAD Screen Capture"), .props = AV_CODEC_PROP_LOSSY, }, + { + .id = AV_CODEC_ID_VP4, + .type = AVMEDIA_TYPE_VIDEO, + .name = "vp4", + .long_name = NULL_IF_CONFIG_SMALL("On2 VP4"), + .props = AV_CODEC_PROP_LOSSY, + }, /* various PCM "codecs" */ { |