Skip to content

Commit

Permalink
avcodec: extend CFHD description
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpl committed Aug 14, 2020
1 parent 20ee692 commit 9f702fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libavcodec/cfhd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion libavcodec/cfhdenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion libavcodec/codec_desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down

0 comments on commit 9f702fc

Please sign in to comment.