From 9f702fc8f47477d8b57cf4fc2d6e3577c1ba4fa0 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 14 Aug 2020 10:50:07 +0200 Subject: [PATCH] avcodec: extend CFHD description --- libavcodec/cfhd.c | 2 +- libavcodec/cfhdenc.c | 2 +- libavcodec/codec_desc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 1d7f964e34e8e..2b1db0ed8d04e 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -1583,7 +1583,7 @@ static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src) AVCodec ff_cfhd_decoder = { .name = "cfhd", - .long_name = NULL_IF_CONFIG_SMALL("Cineform HD"), + .long_name = NULL_IF_CONFIG_SMALL("GoPro CineForm HD"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_CFHD, .priv_data_size = sizeof(CFHDContext), diff --git a/libavcodec/cfhdenc.c b/libavcodec/cfhdenc.c index 1ab83c311b19d..776b6da2358ea 100644 --- a/libavcodec/cfhdenc.c +++ b/libavcodec/cfhdenc.c @@ -904,7 +904,7 @@ static const AVClass cfhd_class = { AVCodec ff_cfhd_encoder = { .name = "cfhd", - .long_name = NULL_IF_CONFIG_SMALL("Cineform HD"), + .long_name = NULL_IF_CONFIG_SMALL("GoPro CineForm HD"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_CFHD, .priv_data_size = sizeof(CFHDEncContext), diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index ced00bd34cd44..0ae6aee63bc9e 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1526,7 +1526,7 @@ static const AVCodecDescriptor codec_descriptors[] = { .id = AV_CODEC_ID_CFHD, .type = AVMEDIA_TYPE_VIDEO, .name = "cfhd", - .long_name = NULL_IF_CONFIG_SMALL("Cineform HD"), + .long_name = NULL_IF_CONFIG_SMALL("GoPro CineForm HD"), .props = AV_CODEC_PROP_LOSSY, }, {