Skip to content

Commit 6de12ee

Browse files
committed
fix type error
1 parent 8b25318 commit 6de12ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ffmpeg_normalize/_streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def get_second_pass_opts_ebu(self) -> str:
462462
)
463463
self.loudness_statistics["ebu_pass1"]["input_i"] = 0
464464

465-
will_use_dynamic_mode = self.media_file.ffmpeg_normalize.dynamic
465+
will_use_dynamic_mode: bool = self.media_file.ffmpeg_normalize.dynamic
466466

467467
if self.media_file.ffmpeg_normalize.keep_loudness_range_target:
468468
_logger.debug(

0 commit comments

Comments
 (0)