OSDN Git Service

Do not read the RM index when input is streamed (since it requires seeking
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 6 Jun 2010 18:48:49 +0000 (18:48 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 6 Jun 2010 18:48:49 +0000 (18:48 +0000)
commitc32b7017498bc5ab87f8b362d09112f8ade2b085
tree67de47f5e5f06686371d0742706b8a78004c4827
parentd588e3f59bf89e8da6668ea02c3808a36516c94e
Do not read the RM index when input is streamed (since it requires seeking
forward and then back again) or AVFMT_FLAG_IGNIDX is set.

Originally committed as revision 23509 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rmdec.c