Mercurial > mplayer.hg
changeset 15795:546b49d7147d
M$ puts whole FAQs in these headers, so they can get really big...
author | reimar |
---|---|
date | Tue, 21 Jun 2005 19:56:47 +0000 |
parents | 59e8dcea6d9e |
children | 5a39a40aa702 |
files | libmpdemux/asfheader.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/asfheader.c Tue Jun 21 18:54:50 2005 +0000 +++ b/libmpdemux/asfheader.c Tue Jun 21 19:56:47 2005 +0000 @@ -164,9 +164,9 @@ int best_audio = -1; uint64_t data_len; - if (hdr_len > 64 * 1024) { + if (hdr_len > 1024 * 1024) { mp_msg(MSGT_HEADER, MSGL_FATAL, - "FATAL: header size bigger than 64 kB (%d)!\n" + "FATAL: header size bigger than 1 MB (%d)!\n" "Please contact MPlayer authors, and upload/send this file.\n", hdr_len); return 0;