Fix DCHECK failure for UDP streams
Change-Id: I45816058bcf01b9db26a1fd1a88131303ff1623e
This commit is contained in:
parent
26a4969ea2
commit
daac38db98
|
@ -21,9 +21,9 @@
|
||||||
#include "packager/media/formats/wvm/wvm_media_parser.h"
|
#include "packager/media/formats/wvm/wvm_media_parser.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
const size_t kInitBufSize = 0x4000; // 16KB, sufficient to determine the
|
const size_t kInitBufSize = 0x10000; // 65KB, sufficient to determine the
|
||||||
// container and likely all init data.
|
// container and likely all init data.
|
||||||
const size_t kBufSize = 0x200000; // 2MB
|
const size_t kBufSize = 0x200000; // 2MB
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace edash_packager {
|
namespace edash_packager {
|
||||||
|
|
Loading…
Reference in New Issue