summaryrefslogtreecommitdiffstats
path: root/libmpdemux/asfheader.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-28 00:37:32 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-28 00:37:32 +0200
commit6ece23f1b12e80960c66a8596a3c927bf7ee8621 (patch)
tree0163085cfa02840fe8b0e994657583120e8f574a /libmpdemux/asfheader.c
parent167322fa33b6efbc1f1d681327b4a928ba0b706a (diff)
parentb1f3c590c79534efb970220d4c186063adb225aa (diff)
downloadmpv-6ece23f1b12e80960c66a8596a3c927bf7ee8621.tar.bz2
mpv-6ece23f1b12e80960c66a8596a3c927bf7ee8621.tar.xz
Merge svn changes up to r30437
Diffstat (limited to 'libmpdemux/asfheader.c')
-rw-r--r--libmpdemux/asfheader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/asfheader.c b/libmpdemux/asfheader.c
index 186a1a967d..95d5f18e7f 100644
--- a/libmpdemux/asfheader.c
+++ b/libmpdemux/asfheader.c
@@ -444,6 +444,7 @@ int read_asf_header(demuxer_t *demuxer,struct asf_priv* asf){
audio_pos += 64; //16+16+4+4+4+16+4;
buffer = &hdr[audio_pos];
sh_audio=new_sh_audio(demuxer,streamh->stream_no & 0x7F);
+ sh_audio->needs_parsing = 1;
mp_tmsg(MSGT_DEMUX, MSGL_INFO, "[%s] Audio stream found, -aid %d\n", "asfheader", streamh->stream_no & 0x7F);
++audio_streams;
if (!asf_init_audio_stream(demuxer, asf, sh_audio, streamh, &audio_pos, &buffer, hdr, hdr_len))