diff options
author | hwren <hwrenx@126.com> | 2018-08-07 18:39:34 +0800 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-08-08 00:13:13 +0530 |
commit | f563e7868fb9540e1c8a589558fba2beaaba01e0 (patch) | |
tree | eb8492d3b55e19be0d36a5a5c4e1b88a95813923 /libavcodec/libdavs2.c | |
parent | 81f25a105136bc404df63bf8386e90492ef84944 (diff) | |
download | ffmpeg-f563e7868fb9540e1c8a589558fba2beaaba01e0.tar.gz |
avs2: correct avs2 description
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
Diffstat (limited to 'libavcodec/libdavs2.c')
-rw-r--r-- | libavcodec/libdavs2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index 12db1f9da7..70aae3e5eb 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -163,7 +163,7 @@ static int davs2_decode_frame(AVCodecContext *avctx, void *data, AVCodec ff_libdavs2_decoder = { .name = "libdavs2", - .long_name = NULL_IF_CONFIG_SMALL("Decoder for AVS2/IEEE 1857.4"), + .long_name = NULL_IF_CONFIG_SMALL("libdavs2 AVS2-P2/IEEE1857.4"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_AVS2, .priv_data_size = sizeof(DAVS2Context), |