On Mon, 14 Jan 2013 23:49:36 +0100, Diego Biurrun <[email protected]> wrote:
> On Mon, Jan 14, 2013 at 10:28:57PM +0100, Alexandra Khirnova wrote:
> > @@ -484,10 +499,54 @@ static int dvdsub_decode(AVCodecContext *avctx,
> > +
> > +    if (ctx->has_palette) {
> > +        int i;
> > +        av_log(avctx, AV_LOG_DEBUG, "palette:");
> > +        for (i = 0; i < 16; i++)
> > +            av_log(avctx, AV_LOG_DEBUG, " 0x%06x", ctx->palette[i]);
> > +        av_log(avctx, AV_LOG_DEBUG, "\n");
> > +    }
> 
> This should be av_dlog IMO.
> 

I disagree. IMO av_dlog is almost completely useless.

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

Reply via email to