Hi, On Thu, Sep 22, 2011 at 2:51 PM, Diego Biurrun <[email protected]> wrote: > 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",
OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
