Browse Source

avcodec: extend CFHD description

tags/n4.4
Paul B Mahol 5 years ago
parent
commit
9f702fc8f4
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      libavcodec/cfhd.c
  2. +1
    -1
      libavcodec/cfhdenc.c
  3. +1
    -1
      libavcodec/codec_desc.c

+ 1
- 1
libavcodec/cfhd.c View 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),


+ 1
- 1
libavcodec/cfhdenc.c View 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),


+ 1
- 1
libavcodec/codec_desc.c View 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,
},
{


Loading…
Cancel
Save