OSDN Git Service

mov demuxer: Track the current position also for streams that have AVDISCARD_ALL...
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 24 Jun 2009 09:38:42 +0000 (09:38 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 24 Jun 2009 09:38:42 +0000 (09:38 +0000)
commit3fe4d5d4e655977750afce0e5dd1bd8fb6422201
tree14c4405203637d56508abc66b755117b21e0af9a
parent5dc5c43bdaf3f318000c4f1ead024c09ab4a337e
mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set.
This allows for seamless switching of e.g. audio streams, with the previous code
playback started always from the beginning when removing AVDISCARD_ALL.

Originally committed as revision 19264 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mov.c