[FFmpeg-cvslog] avcodec/proresdec2: let long name match one from codec_desc.c
    Paul B Mahol 
    git at videolan.org
       
    Wed Sep  2 20:04:45 EEST 2020
    
    
  
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Sep  2 18:59:19 2020 +0200| [7b1ed4b53a4b32865dd9990f555929e803f64b64] | committer: Paul B Mahol
avcodec/proresdec2: let long name match one from codec_desc.c
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b1ed4b53a4b32865dd9990f555929e803f64b64
---
 libavcodec/proresdec2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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),
    
    
More information about the ffmpeg-cvslog
mailing list