commit | 7f4c7ff6b0f0e74338c885b0d5e5ef80fed597c3 | [log] [tgz] |
---|---|---|
author | Dan Sanders <sandersd@chromium.org> | Tue Aug 11 20:38:03 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 11 20:38:03 2020 |
tree | b3210d225b33b1a7a8fe296fd46cbb1356fed2b3 | |
parent | 2dbf14986d18c993d42c99cc93c588be7d62dd32 [diff] |
[media] Set allocation limit compatible with FFmpeg 4.3 Previously we set the limit to zero, meaning no limit, but FFmpeg 4.3 will not allocate at all with that setting. Changed to std::numeric_limits<size_t>::max(). Bug: 1095962 Change-Id: I96820c21f794f2814e955ee75ff22dfd31804c29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2349405 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#796966}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.