[FFmpeg-devel] [PATCH V2 2/5] fftools/ffprobe: fix max_bit_rate dump.

mypopy at gmail.com mypopy at gmail.com
Thu Nov 22 08:09:10 EET 2018


On Thu, Nov 22, 2018 at 5:11 AM Michael Niedermayer
<michael at niedermayer.cc> wrote:
>
> On Wed, Nov 21, 2018 at 09:01:41AM +0800, Jun Zhao wrote:
> > ‘codec’ is deprecated in AVStream, so used the dec_ctx to dump
> > max_bit_rate in ffprobe. Clean the warning like:
> > "warning: ‘codec’ is deprecated [-Wdeprecated-declarations]"
> >
> > Reviewed-by: Moritz Barsnick <barsnick at gmx.net>
> > Signed-off-by: Jun Zhao <mypopydev at gmail.com>
> > ---
> >  fftools/ffprobe.c |    6 ++----
> >  1 files changed, 2 insertions(+), 4 deletions(-)
>
> this looses the max_bit_rate from:
> ./ffprobe tickets/4012/IMG_4596.MOV -of compact -show_streams -of json
>
> file should be at https://s.natalian.org/2014-10-07/IMG_4596.MOV
>
> thx
> [...]

Will check this clip, tks, Micheal.


More information about the ffmpeg-devel mailing list