summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-09-02 18:59:19 +0200
committerPaul B Mahol <onemda@gmail.com>2020-09-02 19:03:55 +0200
commit7b1ed4b53a4b32865dd9990f555929e803f64b64 (patch)
treeb587a532222779bc15b9e2f49e66d832b45bcbfc /libavcodec/proresdec2.c
parentbf6db5732ceb76bb2cca107ef297ad0104987a96 (diff)
avcodec/proresdec2: let long name match one from codec_desc.c
Diffstat (limited to 'libavcodec/proresdec2.c')
-rw-r--r--libavcodec/proresdec2.c2
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),