Re: [FFmpeg-devel] [PATCH 1/2] ffprobe: Do not print profile names in -bitexact

2015-12-06 Thread Michael Niedermayer
On Tue, Dec 01, 2015 at 05:37:54PM -0800, Timothy Gu wrote: > On Fri, Nov 27, 2015 at 02:33:02PM -0800, Timothy Gu wrote: > > Instead, print "unknown" if it's unknown, or their numerical values if > > they are known. > > --- > > > > Addresses Nicholas's comment. > > > > --- > > ffprobe.c | 12

Re: [FFmpeg-devel] [PATCH 1/2] ffprobe: Do not print profile names in -bitexact

2015-12-01 Thread Timothy Gu
On Fri, Nov 27, 2015 at 02:33:02PM -0800, Timothy Gu wrote: > Instead, print "unknown" if it's unknown, or their numerical values if > they are known. > --- > > Addresses Nicholas's comment. > > --- > ffprobe.c | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) Ping. Timothy

[FFmpeg-devel] [PATCH 1/2] ffprobe: Do not print profile names in -bitexact

2015-11-27 Thread Timothy Gu
Instead, print "unknown" if it's unknown, or their numerical values if they are known. --- Addresses Nicholas's comment. --- ffprobe.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ffprobe.c b/ffprobe.c index c304a6d..7128083 100644 --- a/ffprobe.c +++

[FFmpeg-devel] [PATCH 1/2] ffprobe: Do not print profile names in -bitexact

2015-11-25 Thread Timothy Gu
--- ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffprobe.c b/ffprobe.c index c304a6d..216db379 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -2148,7 +2148,7 @@ static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_id } }