Hi, On Fri, Apr 22, 2011 at 8:03 PM, Diego Biurrun <[email protected]> wrote: > --- > libavcodec/cook.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/cook.c b/libavcodec/cook.c > index 282ca10..f1df240 100644 > --- a/libavcodec/cook.c > +++ b/libavcodec/cook.c > @@ -1136,7 +1136,7 @@ static av_cold int cook_decode_init(AVCodecContext > *avctx) > switch (q->subpacket[s].cookversion) { > case MONO: > if (q->nb_channels != 1) { > - av_log_ask_for_sample(avctx, "Container channels != > 1.!\n"); > + av_log_ask_for_sample(avctx, "Container channels != > 1.\n");
OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
