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 +++ b/ffprob

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

2015-11-26 Thread Nicolas George
Le quintidi 5 frimaire, an CCXXIV, Timothy Gu a écrit : > --- > ffprobe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) According to the other patch, it prints "unknown". It would be better to print it numerically or something. Although, if this is consistent with other places, I have n

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

2015-11-26 Thread Michael Niedermayer
On Wed, Nov 25, 2015 at 09:35:06PM -0800, Timothy Gu wrote: > --- > ffprobe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) should be ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Avoid a single point of failure, be that a person or equipment.

[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 } }