Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_compact_data option

2017-01-21 Thread Michael Niedermayer
On Sun, Sep 04, 2016 at 11:29:31PM +0200, Michael Niedermayer wrote: > On Sun, Sep 04, 2016 at 06:24:31PM +0200, Stefano Sabatini wrote: > > This is meant to slightly reduce the output size. > > --- > > ffprobe.c | 9 +++-- > > 1 file changed, 7 insertions(+), 2 deletions(-) > > LGTM this ha

Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_compact_data option

2016-09-04 Thread Michael Niedermayer
On Sun, Sep 04, 2016 at 06:24:31PM +0200, Stefano Sabatini wrote: > This is meant to slightly reduce the output size. > --- > ffprobe.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Mo

[FFmpeg-devel] [PATCH] ffprobe: add -show_compact_data option

2016-09-04 Thread Stefano Sabatini
This is meant to slightly reduce the output size. --- ffprobe.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ffprobe.c b/ffprobe.c index 42a8d8e..f2c542a 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -99,6 +99,7 @@ static int use_byte_value_binary_prefix = 0; static in