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

2021-01-27 Thread Marton Balint
On Thu, 28 Jan 2021, Gyan Doshi wrote: On 28-01-2021 05:08 am, Marton Balint wrote: So only timecode, convergence_duration and the pseudopal flag should be removed, because there is no replacement for those. Will timecode still be available from ffprobe after this patchset? Only mpeg2

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

2021-01-27 Thread Gyan Doshi
On 28-01-2021 05:08 am, Marton Balint wrote: So only timecode, convergence_duration and the pseudopal flag should be removed, because there is no replacement for those. Will timecode still be available from ffprobe after this patchset? Regards, Gyan _

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

2021-01-27 Thread James Almer
On 1/27/2021 8:38 PM, Marton Balint wrote: 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 and should not be used by

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

2021-01-27 Thread Marton Balint
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 and should not be used by external callers. --- fftools/ffprobe.c

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

2021-01-27 Thread James Almer
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 and should not be used by external callers. --- fftools/ffprobe.c | 34 -- .../re

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

2021-01-27 Thread Paul B Mahol
On Wed, Jan 27, 2021 at 11:43 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 and should not be used by external callers. > > --- > > fftools/ffprobe.c

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

2021-01-27 Thread Michael Niedermayer
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 and should not be used by external callers. > --- > fftools/ffprobe.c | 34 -- > .../ref/fate/concat-demuxer-extended-lavf-mxf |