Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avformat/aviobuf: Stop restricting dynamic buffer sizes to INT_MAX/2
This has originally been done in 568e18b as a precaution against integer overflows, but it is actually easy to support the full range of int without overflows. Signed-off-by: Andreas Rheinhardt <[email protected]>
- Loading branch information