You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
xavs: Do not try to set the bitrate tolerance without a bitrate
Avoid a division by zero. Bug-Id: CID 1257655
This commit is contained in:
@@ -356,6 +356,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
||||
if (avctx->level > 0)
|
||||
x4->params.i_level_idc = avctx->level;
|
||||
|
||||
if (avctx->bit_rate > 0)
|
||||
x4->params.rc.f_rate_tolerance =
|
||||
(float)avctx->bit_rate_tolerance / avctx->bit_rate;
|
||||
|
||||
|
Reference in New Issue
Block a user