Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: process show_frame/show_packets last

2019-07-20 Thread Michael Niedermayer
On Thu, Jul 18, 2019 at 03:55:11PM -0700, Aman Gupta wrote: > From: Aman Gupta > > When using `ffprobe -show_format -show_streams -show_packets`, > it makes more sense to omit static data about the file format > and streams before the long list of packets instead of at the > end. > > Signed-off-

Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: process show_frame/show_packets last

2019-07-19 Thread Paul B Mahol
On 7/19/19, Aman Gupta wrote: > From: Aman Gupta > > When using `ffprobe -show_format -show_streams -show_packets`, > it makes more sense to omit static data about the file format > and streams before the long list of packets instead of at the > end. > > Signed-off-by: Aman Gupta > --- > fftool

Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: process show_frame/show_packets last

2019-07-19 Thread Nicolas George
Aman Gupta (12019-07-18): > From: Aman Gupta > > When using `ffprobe -show_format -show_streams -show_packets`, > it makes more sense to omit static data about the file format > and streams before the long list of packets instead of at the > end. > > Signed-off-by: Aman Gupta > --- > fftools/f