OSDN Git Service

rtpdec_xiph: Split packets in the depacketizer
authorMartin Storsjö <martin@martin.st>
Thu, 5 Aug 2010 04:42:36 +0000 (04:42 +0000)
committerMartin Storsjö <martin@martin.st>
Thu, 5 Aug 2010 04:42:36 +0000 (04:42 +0000)
commit504de2ec8ffe34599fcc2485332968d2a9e18101
tree154da00a725332a4c040fbd8aff0e137c0264c4c
parent98fe09df7b23a5e6e6ff572dfa465c66685e8908
rtpdec_xiph: Split packets in the depacketizer

The vorbis decoder doesn't handle more than one audio frame packed into
the same AVPacket, so they need to be split in the depacketizer.

Originally committed as revision 24704 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtpdec_xiph.c