OSDN Git Service

amr: Set the pkt->pos field properly to the start of the packet
authorMartin Storsjö <martin@martin.st>
Wed, 9 Feb 2011 10:16:51 +0000 (12:16 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 21 Mar 2011 20:31:34 +0000 (21:31 +0100)
commit026fa81de4cf4f1af742245fa9e750a38040f9fd
tree95bf420a579fee214dae04bee8b9838705f63935
parent2890cba8b50cc8c6656bc5f5cd0ebb5fd80fb5e4
amr: Set the pkt->pos field properly to the start of the packet

Previously, the field pointed to the second byte of the packet
(which is the first byte of the actual AMR payload).
libavformat/amr.c