Module: libav Branch: master Commit: 2983f1f3beaa7bb6206f44d2dfbaa23fe7bfbfd1
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Thu Sep 22 23:51:04 2011 +0200 prores: lowercase AVCodec name entry 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), _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
