OSDN Git Service

oggparseskeleton: Fix fisbone header parsing
authorJames Almer <jamrial@gmail.com>
Sat, 6 Jul 2013 07:34:13 +0000 (04:34 -0300)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 6 Jul 2013 11:30:51 +0000 (13:30 +0200)
commit3960992f0abf8e28acada220c79fb754d67298ba
tree146430d09828991c252f0cc51b1b4553dde8863a
parent2aa2b4ac6555bb4af3f3542c88e7710eca1a57c0
oggparseskeleton: Fix fisbone header parsing

start_granule should be applied to the stream referenced in the fisbone packet, not to the
Skeleton stream.
This was broken in d1f05dd18375f2f8e68372edee11436927e43ba8 and produced bogus warnings about
multiple fisbone in the same stream on files with more than one stream.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/oggparseskeleton.c