diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-02 18:59:19 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-02 19:03:55 +0200 |
commit | 7b1ed4b53a4b32865dd9990f555929e803f64b64 (patch) | |
tree | b587a532222779bc15b9e2f49e66d832b45bcbfc | |
parent | bf6db5732ceb76bb2cca107ef297ad0104987a96 (diff) | |
download | ffmpeg-7b1ed4b53a4b32865dd9990f555929e803f64b64.tar.gz |
avcodec/proresdec2: let long name match one from codec_desc.c
-rw-r--r-- | libavcodec/proresdec2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/proresdec2.c b/libavcodec/proresdec2.c index 4e1d0dd3f1..5fd2796115 100644 --- a/libavcodec/proresdec2.c +++ b/libavcodec/proresdec2.c @@ -818,7 +818,7 @@ static av_cold int decode_close(AVCodecContext *avctx) AVCodec ff_prores_decoder = { .name = "prores", - .long_name = NULL_IF_CONFIG_SMALL("ProRes (iCodec Pro)"), + .long_name = NULL_IF_CONFIG_SMALL("Apple ProRes (iCodec Pro)"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_PRORES, .priv_data_size = sizeof(ProresContext), |