Fix crash, when sillpicture is called in suspend mode.

This commit is contained in:
Johns
2013-04-03 16:48:00 +02:00
parent 23b0e0d599
commit 4e3f5f5414
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
User johns
Date:
Fix crash, when sillpicture is called in suspend mode.
Add workaround for zero width+height and ffmpeg >= 1.2.
User johns