[FFmpeg-devel] [PATCH] lavc/cbs_av1: Add read/write flag in log message

mypopy at gmail.com mypopy at gmail.com
Mon Dec 16 07:16:07 EET 2019


On Mon, Dec 16, 2019 at 6:37 AM Michael Niedermayer
<michael at niedermayer.cc> wrote:
>
> On Sun, Dec 15, 2019 at 02:40:52PM +0800, Jun Zhao wrote:
> > From: Jun Zhao <barryjzhao at tencent.com>
> >
> > Before this change, the command:
> >
> > ffmpeg -y -i bear-av1.mp4 -c:v copy bear-av1.ivf -loglevel 99
> >
> > always dump the log message like:
> >
> > AVBSFContext @ 0x55ff99e78e00] Frame 4:  size 320x240  upscaled 320  render 320x240  subsample 2x2  bitdepth 8  tiles 1x1.
> >     Last message repeated 1 times
> >
> > it's hard to distinguish writing or reading.
>
> Iam not objecting to this patch but i think this should be done in
> a more generic way (so that information is availble in all messages
> which need it and doesnt require a per message R/W string addition)
>
> Thanks
>
Yes, for CBS, I think we need a better way for this type case, will
try another solution


More information about the ffmpeg-devel mailing list