diff options
author | Timo Teräs <[email protected]> | 2015-11-28 08:27:39 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2015-12-03 17:43:30 +0100 |
commit | 64f7db554ee83846f207e82a08946a6a5a6acfe2 (patch) | |
tree | 707a18bd87f416dcd9a458e659b528228660409b /libavformat/internal.h | |
parent | fff7f2df31e942edd33287a3570466ebb9f91811 (diff) |
mpegencts: Fix overflow in cbr mode period calculations
ts->mux_rate is int (signed 32-bit) type. The period calculations
will start to overflow when mux_rate > 5mbps. This fixes overflows
by converting first to 64-bit type.
Fixes #5044.
Signed-off-by: Timo Teräs <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavformat/internal.h')
0 files changed, 0 insertions, 0 deletions