All other codecs use lowercase names in that field.
---
 libavcodec/proresdec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/proresdec.c b/libavcodec/proresdec.c
index 0570898..eeec1f7 100644
--- a/libavcodec/proresdec.c
+++ b/libavcodec/proresdec.c
@@ -721,7 +721,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
 
 
 AVCodec ff_prores_decoder = {
-    .name           = "ProRes",
+    .name           = "prores",
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = CODEC_ID_PRORES,
     .priv_data_size = sizeof(ProresContext),
-- 
1.7.3.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to