summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-08-14 10:50:07 +0200
committerPaul B Mahol <onemda@gmail.com>2020-08-14 10:52:28 +0200
commit9f702fc8f47477d8b57cf4fc2d6e3577c1ba4fa0 (patch)
treec9a46d41ccc01896cf81fe1b20baedbe99976365 /libavcodec/cfhd.c
parent20ee692761ca021f449ceb7fcf1fc02607812126 (diff)
avcodec: extend CFHD description
Diffstat (limited to 'libavcodec/cfhd.c')
-rw-r--r--libavcodec/cfhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index 1d7f964e34..2b1db0ed8d 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),