OSDN Git Service

In mov_read_packet remember the AVStream we want to demux next instead of the
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 24 Jun 2009 08:23:40 +0000 (08:23 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 24 Jun 2009 08:23:40 +0000 (08:23 +0000)
commit69fc436cbca24fe78c4486dd3acd70880c1f4e27
treea621dc17e602818b151209e841af96c696b36ee6
parent3c70902bf55b9731cf5cf7d3b27ee4d5d61c0ecc
In mov_read_packet remember the AVStream we want to demux next instead of the
MOVStreamContext. We need the AVStream anyway and it is easier to get the
MOVStreamContext from the AVStream than the other way around.

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