[FFmpeg-devel] Re: [PATCH 3/4] ffprobe: stop printing deprecated fields

2021-02-08 Thread Anton Khirnov
Quoting Anton Khirnov (2021-02-08 12:21:57) > Use of AVCodecContext.time_base for decoding is deprecated, you are > supposed to read AVCodecContext.time_base instead. But that should be a ^ framerate Thanks to Andreas for

[FFmpeg-devel] Re: [PATCH 3/4] ffprobe: stop printing deprecated fields

2021-02-08 Thread Anton Khirnov
Quoting Marton Balint (2021-01-28 00:38:22) > > > On Wed, 27 Jan 2021, James Almer wrote: > > > On 1/27/2021 7:42 PM, Michael Niedermayer wrote: > >> On Tue, Jan 26, 2021 at 06:01:01PM +0100, Anton Khirnov wrote: > >>> Also drop the sections guarded by #if FF_API* > >>> These macros are private