rtpdec: Simplify insertion into the linked list queue
authorMartin Storsjö <martin@martin.st>
Fri, 7 Dec 2012 14:19:42 +0000 (16:19 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 14 Jan 2013 15:51:48 +0000 (17:51 +0200)
commitd0fe217e3990b003b3b3f2c2daaadfb2af590def
tree98a6ac97a516e2cf58dc44ca1f74f45d5c80a7fb
parent62761934b024e987f7925787531a4989f1d667af
rtpdec: Simplify insertion into the linked list queue

By using a pointer-to-pointer, we avoid having to keep track
of the previous packet separately.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec.c