OSDN Git Service

aviobuf: Do short seeks forward by reading and skipping data instead of a proper...
authorMartin Storsjö <martin@martin.st>
Sat, 17 Jul 2010 05:26:30 +0000 (05:26 +0000)
committerMartin Storsjö <martin@martin.st>
Sat, 17 Jul 2010 05:26:30 +0000 (05:26 +0000)
commit7939d0edce490589ce66ccfa21dac0e75a2c2f1c
treea4a13300b27562230314f450fa5f7134cde1933d
parenta58e6ceae087bf24e10d4cfa88c05d9377287539
aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek

This improves performance on e.g. seekable http.

Originally committed as revision 24280 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/aviobuf.c