[MPlayer-cvslog] r25486 - trunk/stream/asf_streaming.c
reimar
subversion at mplayerhq.hu
Fri Dec 21 12:53:55 CET 2007
Author: reimar
Date: Fri Dec 21 12:53:55 2007
New Revision: 25486
Log:
Remove a check that is never in any way useful
Modified:
trunk/stream/asf_streaming.c
Modified: trunk/stream/asf_streaming.c
==============================================================================
--- trunk/stream/asf_streaming.c (original)
+++ trunk/stream/asf_streaming.c Fri Dec 21 12:53:55 2007
@@ -240,11 +240,6 @@ static int asf_streaming_parse_header(in
buffer = chunk_buffer;
size = buffer_size;
- if(asfh.cno > 256) {
- mp_msg(MSGT_NETWORK,MSGL_ERR,MSGTR_MPDEMUX_ASF_ErrSubChunkNumberInvalid);
- return -1;
- }
-
start = sizeof(asfh);
pos = find_asf_guid(buffer, asf_file_header_guid, start, size);
More information about the MPlayer-cvslog
mailing list