mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Change a stream indexer.
Patch by Ronald S. Bultje: rsbultje gmail com Originally committed as revision 10962 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
afd302fa62
commit
66911b1552
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user