obs-studio/plugins/obs-transitions
jp9000 0bd2e23d14 obs-transitions: Fix potential stinger divide by 0
If the transition point was above or equal to 1.0, it would cause a
divide by 0 error a few lines down.  This could cause audio data to
become corrupted with NAN audio data when mixing, which can cause
certain audio encoders (namely the FFmpeg AAC encoder) to fail.

It was possible for the transition point to be above or equal to 1.0 if
the stinger media file was no longer loadable for whatever reason.
2018-06-11 19:34:07 -07:00
..
data Update translations from Crowdin 2018-03-15 09:00:28 +01:00
CMakeLists.txt obs-transitions: Add stinger transition 2017-07-19 16:23:06 -07:00
easings.h obs-transitions: Add 'slide' transition 2016-03-24 02:19:16 -07:00
obs-transitions.c obs-transitions: Add stinger transition 2017-07-19 16:23:06 -07:00
transition-cut.c obs-transitions: Mark functions as static 2016-02-21 12:11:09 -08:00
transition-fade-to-color.c obs-transitions: Add 'Fade to Color' transition 2016-03-24 16:23:29 -07:00
transition-fade.c obs-transitions: Mark functions as static 2016-02-21 12:11:09 -08:00
transition-luma-wipe.c obs-transitions: Add 'Luma Wipe' transition 2016-07-20 07:05:27 -07:00
transition-slide.c obs-transitions: Add 'slide' transition 2016-03-24 02:19:16 -07:00
transition-stinger.c obs-transitions: Fix potential stinger divide by 0 2018-06-11 19:34:07 -07:00
transition-swipe.c obs-transitions: Add 'slide' transition 2016-03-24 02:19:16 -07:00