summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/asf_streaming.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index 9de4320541..87b11924f1 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -240,11 +240,6 @@ static int asf_streaming_parse_header(int fd, streaming_ctrl_t* streaming_ctrl)
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);