]> git.sesse.net Git - ffmpeg/commit
avformat/aiffenc: Use standard packet list functions
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 2 Oct 2019 04:04:10 +0000 (06:04 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 3 Oct 2019 17:34:23 +0000 (19:34 +0200)
commitc548b0a4c67b99e8728578a68084664d8bd220ac
treecb3d2f3870ebedbb883c8cee2cd6a846d83bf3c2
parent93ea21f9b7cc08401218a47dcaf78798fd97c173
avformat/aiffenc: Use standard packet list functions

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 <andreas.rheinhardt@gmail.com>
Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/aiffenc.c