avcodec: extend CFHD description

This commit is contained in:
Paul B Mahol 2020-08-14 10:50:07 +02:00
parent 20ee692761
commit 9f702fc8f4
3 changed files with 3 additions and 3 deletions

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),

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),

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,
},
{