Re: [FFmpeg-devel] [PATCH v2 2/7] avformat/apm: prepare extradata handling for muxer

2020-06-11 Thread Zane van Iperen
On Thu, 11 Jun 2020 04:12:46 +0200 "Andreas Rheinhardt" wrote: > So in this and the next patch you change the format of the extradata. > This patch here breaks fate (every patch of a patchset is supposed to > pass fate, not only the last one) which is unacceptable. It's fixed immediately in the

Re: [FFmpeg-devel] [PATCH v2 2/7] avformat/apm: prepare extradata handling for muxer

2020-06-10 Thread Andreas Rheinhardt
Zane van Iperen: > Signed-off-by: Zane van Iperen > --- > libavformat/Makefile | 2 +- > libavformat/apm.c| 130 +++ > 2 files changed, 70 insertions(+), 62 deletions(-) > > diff --git a/libavformat/Makefile b/libavformat/Makefile > index

[FFmpeg-devel] [PATCH v2 2/7] avformat/apm: prepare extradata handling for muxer

2020-06-10 Thread Zane van Iperen
Signed-off-by: Zane van Iperen --- libavformat/Makefile | 2 +- libavformat/apm.c| 130 +++ 2 files changed, 70 insertions(+), 62 deletions(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index 0658fa3710..bb09dc6563 100644 ---