0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/image-source
Christoph Hohmann 35d6787fe5 image-source: Move file modification check before animation processing
The code to process GIF animations contains a return statement that
skiped the file modification check, if the source is not in an active
scene. Like that images in the preview scene of studio mode would never
update, when they get modified on disk.

Also reloading the image, if an animation file has been modified before
processing the old animation that will be replaced later anyway, seems
like a better way to do it.
2017-03-12 23:46:04 +01:00
..
data/locale Update translations from Crowdin 2017-03-05 23:40:11 +01:00
CMakeLists.txt image-source: Add solid color source 2017-02-25 07:05:32 -08:00
color-source.c image-source: Add solid color source 2017-02-25 07:05:32 -08:00
image-source.c image-source: Move file modification check before animation processing 2017-03-12 23:46:04 +01:00
obs-slideshow.c image-source: Prevent random_file call when file list empty 2016-06-27 20:11:03 -07:00