Re: [FFmpeg-devel] [PATCH 01/17] avformat/spdifenc: Replace write_trailer by deinit

2019-12-26 Thread Michael Niedermayer
On Thu, Dec 26, 2019 at 11:53:26AM +0100, Andreas Rheinhardt wrote: > The write_trailer function doesn't write anything anyway. It only frees > memory. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/spdifenc.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) will apply t

[FFmpeg-devel] [PATCH 01/17] avformat/spdifenc: Replace write_trailer by deinit

2019-12-26 Thread Andreas Rheinhardt
The write_trailer function doesn't write anything anyway. It only frees memory. Signed-off-by: Andreas Rheinhardt --- libavformat/spdifenc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libavformat/spdifenc.c b/libavformat/spdifenc.c index 4307942a44..d5f7d91e93 10064