| 1 | Index: libmpdemux/asfheader.c
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- libmpdemux/asfheader.c (revision 30351)
|
|---|
| 4 | +++ libmpdemux/asfheader.c (working copy)
|
|---|
| 5 | @@ -444,6 +444,7 @@
|
|---|
| 6 | audio_pos += 64; //16+16+4+4+4+16+4;
|
|---|
| 7 | buffer = &hdr[audio_pos];
|
|---|
| 8 | sh_audio=new_sh_audio(demuxer,streamh->stream_no & 0x7F);
|
|---|
| 9 | + sh_audio->needs_parsing = 1;
|
|---|
| 10 | mp_msg(MSGT_DEMUX, MSGL_INFO, MSGTR_AudioID, "asfheader", streamh->stream_no & 0x7F);
|
|---|
| 11 | ++audio_streams;
|
|---|
| 12 | if (!asf_init_audio_stream(demuxer, asf, sh_audio, streamh, &audio_pos, &buffer, hdr, hdr_len))
|
|---|