Re: [FFmpeg-devel] [PATCH 3/3] lavf/dump: use a writer.

2019-12-27 Thread Nicolas George
Andriy Gelman (12019-12-27): > The 3/3 patch fails to apply with git: > https://unofficial.patchwork-ffmpeg.org/project/FFmpeg/list/?series=68 It is on top of a patch to disable deprecation warnings that was not yet pushed. It does not matter much right now. Regards, -- Nicolas George signa

Re: [FFmpeg-devel] [PATCH 3/3] lavf/dump: use a writer.

2019-12-27 Thread Andriy Gelman
On Fri, 27. Dec 14:24, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavformat/avformat.h | 21 +++ > libavformat/dump.c | 297 + > 2 files changed, 175 insertions(+), 143 deletions(-) > > > Note: I chose flags instead of is_output

[FFmpeg-devel] [PATCH 3/3] lavf/dump: use a writer.

2019-12-27 Thread Nicolas George
Signed-off-by: Nicolas George --- libavformat/avformat.h | 21 +++ libavformat/dump.c | 297 + 2 files changed, 175 insertions(+), 143 deletions(-) Note: I chose flags instead of is_output because I intent do add new flags later, in particular AV_DUM