]> git.sesse.net Git - ffmpeg/commitdiff
avcodec: extend CFHD description
authorPaul B Mahol <onemda@gmail.com>
Fri, 14 Aug 2020 08:50:07 +0000 (10:50 +0200)
committerPaul B Mahol <onemda@gmail.com>
Fri, 14 Aug 2020 08:52:28 +0000 (10:52 +0200)
libavcodec/cfhd.c
libavcodec/cfhdenc.c
libavcodec/codec_desc.c

index 1d7f964e34e8e9ef46246f7668ae2e95e9815cec..2b1db0ed8d04e941cded9e09bdfdd7e42a0655a6 100644 (file)
@@ -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),
index 1ab83c311b19df44181bdc66bc122b874800ac7c..776b6da2358ea1ce76099e30a0146155a07d26af 100644 (file)
@@ -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),
index ced00bd34cd44bf40da6fd7dee7178c85c1d42e7..0ae6aee63bc9eaad49c0ae4a4d94f8b303976eb0 100644 (file)
@@ -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,
     },
     {