Re: [FFmpeg-devel] [PATCH 1/3] tools/aviocat: add verbose mode.

2019-07-19 Thread Nicolas George
Andreas Rheinhardt (12019-07-19): > This is only allowed after AVSEEK_SIZE is allowed to be usable from > outside, i.e. your first two patches should be swapped. It will only print "unknown". And with dynamic linking plus the fact that it was a public API, it is good to know what happens when

Re: [FFmpeg-devel] [PATCH 1/3] tools/aviocat: add verbose mode.

2019-07-19 Thread Andreas Rheinhardt
Nicolas George: > For now: print the input size as detected by AVSEEK_SIZE. > > Signed-off-by: Nicolas George > --- > tools/aviocat.c | 15 +-- > 1 file changed, 13 insertions(+), 2 deletions(-) > > diff --git a/tools/aviocat.c b/tools/aviocat.c > index 2aa08b92ed..7dca4f52b5

[FFmpeg-devel] [PATCH 1/3] tools/aviocat: add verbose mode.

2019-07-19 Thread Nicolas George
For now: print the input size as detected by AVSEEK_SIZE. Signed-off-by: Nicolas George --- tools/aviocat.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/tools/aviocat.c b/tools/aviocat.c index 2aa08b92ed..7dca4f52b5 100644 --- a/tools/aviocat.c +++