Mercurial > mplayer.hg
changeset 19124:c23bd9485604
Fix use of uninitialized variable
author | uau |
---|---|
date | Mon, 17 Jul 2006 22:22:34 +0000 |
parents | 24725931c621 |
children | 9b4f87f86bec |
files | libmpdemux/asfheader.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/asfheader.c Mon Jul 17 21:15:27 2006 +0000 +++ b/libmpdemux/asfheader.c Mon Jul 17 22:22:34 2006 +0000 @@ -230,7 +230,7 @@ goto err_out; } - if ((pos = find_asf_guid(hdr, asf_ext_stream_audio, pos, hdr_len)) >= 0) + if ((pos = find_asf_guid(hdr, asf_ext_stream_audio, 0, hdr_len)) >= 0) { // Special case: found GUID for dvr-ms audio. // Now skip back to associated stream header.