From 0a18da170fafebbbd02d2a74ad09725be370b6d1 Mon Sep 17 00:00:00 2001 From: anbr Date: Sun, 22 Mar 2015 13:14:03 +0100 Subject: Using ffmpeg binary as system call --- contrib/vdr2jpeg/vdr2jpeg.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'contrib/vdr2jpeg/vdr2jpeg.cpp') diff --git a/contrib/vdr2jpeg/vdr2jpeg.cpp b/contrib/vdr2jpeg/vdr2jpeg.cpp index f8f7f48..b516f4c 100644 --- a/contrib/vdr2jpeg/vdr2jpeg.cpp +++ b/contrib/vdr2jpeg/vdr2jpeg.cpp @@ -21,7 +21,7 @@ #include "ffm.h" #include "gop.h" -static const char *VERSION = "0.1.9"; +static const char *VERSION = "0.2.0"; void help(int argc, char *argv[]) { @@ -208,7 +208,6 @@ int main(int argc, char *argv[]) std::cout << std::endl; if(-1 != option(argc, argv, 'g', true, szGOP)) { - ffminit x; std::vector < int >::const_iterator i = nFrame.begin(); std::vector < int >::const_iterator e = nFrame.end(); for(; i != e; ++i) @@ -219,7 +218,6 @@ int main(int argc, char *argv[]) #endif //DEBUG std::vector < std::pair > nGOP; if(ReadIndexFile(szIndex, nIndexVersion, nFrame, nGOP)) { - ffminit x; if(ReadRecordings(szFolder, nIndexVersion, szOutPath, szTempPath, nGOP, width, height, exact, true)) { -- cgit v1.2.3