The current_sample field is meant to be the sample number, not an offset into
authorJulian Scheid <julian@sektor37.de>
Sun, 19 Feb 2006 12:49:17 +0000 (12:49 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 19 Feb 2006 12:49:17 +0000 (12:49 +0000)
commita7f41f91e78c9c661169d3d9de6d1b1882dbf7f0
tree7a1b520c380f166e501fe008dabb440dffc062ee
parentc7bb67c485c7685e2a6634a0ebabbbf9eb2f4747
The current_sample field is meant to be the sample number, not an offset into
the sample data.  Don't increment it by multiples of sc->sample_size.
patch by Julian Scheid, julian _-at-_ sektor37 _-dot-_ de

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