From: pabs3 Date: Wed, 5 Nov 2008 09:38:43 +0000 (+0000) Subject: When we cannot launch ffmpeg in the ffmpeg importer, kill the child process. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=7e841a0c53e559c8721b24aadef23082e3e5677e;p=synfig.git When we cannot launch ffmpeg in the ffmpeg importer, kill the child process. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2153 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.cpp b/synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.cpp index 83a086e..951bfbd 100644 --- a/synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.cpp +++ b/synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.cpp @@ -136,7 +136,7 @@ ffmpeg_mptr::seek_to(int frame) execlp("ffmpeg", "ffmpeg", "-i", filename.c_str(), "-an", "-f", "image2pipe", "-vcodec", "ppm", "-", (const char *)NULL); // We should never reach here unless the exec failed cerr<<"Unable to open pipe to ffmpeg"<