Re: [FFmpeg-devel] [PATCH 1/3] avformat/aiffenc: Use standard packet list functions

2019-10-03 Thread Michael Niedermayer
On Wed, Oct 02, 2019 at 09:05:35AM +0200, Matthieu Bouron wrote: > On Wed, Oct 02, 2019 at 06:04:10AM +0200, Andreas Rheinhardt wrote: > > Up until now, aiffenc didn't rely on the standard functions for adding > > an element to a linked list and freeing the list, but instead > > reimplemented them.

Re: [FFmpeg-devel] [PATCH 1/3] avformat/aiffenc: Use standard packet list functions

2019-10-02 Thread Matthieu Bouron
On Wed, Oct 02, 2019 at 06:04:10AM +0200, Andreas Rheinhardt wrote: > Up until now, aiffenc didn't rely on the standard functions for adding > an element to a linked list and freeing the list, but instead > reimplemented them. This has been changed. > > Signed-off-by: Andreas Rheinhardt > --- >

[FFmpeg-devel] [PATCH 1/3] avformat/aiffenc: Use standard packet list functions

2019-10-01 Thread Andreas Rheinhardt
Up until now, aiffenc didn't rely on the standard functions for adding an element to a linked list and freeing the list, but instead reimplemented them. This has been changed. Signed-off-by: Andreas Rheinhardt --- libavformat/aiffenc.c | 33 - 1 file changed, 4 in