summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorhwren <hwrenx@126.com>2018-08-07 18:39:34 +0800
committerGyan Doshi <ffmpeg@gyani.pro>2018-08-08 00:13:13 +0530
commitf563e7868fb9540e1c8a589558fba2beaaba01e0 (patch)
treeeb8492d3b55e19be0d36a5a5c4e1b88a95813923 /libavcodec/codec_desc.c
parent81f25a105136bc404df63bf8386e90492ef84944 (diff)
avs2: correct avs2 description
Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 2fe4aaaa7b..1cbb241389 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1398,7 +1398,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_AVS2,
.type = AVMEDIA_TYPE_VIDEO,
.name = "avs2",
- .long_name = NULL_IF_CONFIG_SMALL("AVS2/IEEE 1857.4"),
+ .long_name = NULL_IF_CONFIG_SMALL("AVS2-P2/IEEE1857.4"),
.props = AV_CODEC_PROP_LOSSY,
},
{