Commit f97927fb authored by benoit's avatar benoit

Change a stream indexer.

Patch by Ronald S. Bultje: rsbultje gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10962 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 36740db8
......@@ -655,7 +655,7 @@ static int rm_read_packet(AVFormatContext *s, AVPacket *pkt)
}
rm->audio_pkt_cnt--;
pkt->flags = 0;
pkt->stream_index = rm->audio_stream_num;
pkt->stream_index = st->index;
} else if (rm->old_format) {
st = s->streams[0];
if (st->codec->codec_id == CODEC_ID_RA_288) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment