diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-14 10:50:07 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-08-14 10:52:28 +0200 |
commit | 9f702fc8f47477d8b57cf4fc2d6e3577c1ba4fa0 (patch) | |
tree | c9a46d41ccc01896cf81fe1b20baedbe99976365 /libavcodec/cfhdenc.c | |
parent | 20ee692761ca021f449ceb7fcf1fc02607812126 (diff) | |
download | ffmpeg-9f702fc8f47477d8b57cf4fc2d6e3577c1ba4fa0.tar.gz |
avcodec: extend CFHD description
Diffstat (limited to 'libavcodec/cfhdenc.c')
-rw-r--r-- | libavcodec/cfhdenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cfhdenc.c b/libavcodec/cfhdenc.c index 1ab83c311b..776b6da235 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), |