diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2010-11-27 13:36:09 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2010-11-27 13:36:09 +0000 |
| commit | f279ccbfdfcaa4e7301b56ade829cb974aeb5636 (patch) | |
| tree | 2bff18b8a4738140684fa9536fb49a263ab79011 /contrib/vdr2jpeg/tools.h | |
| parent | 1f7ff5d00b83cbeb0afee85042d60aa2e60dbdd0 (diff) | |
| download | xxv-f279ccbfdfcaa4e7301b56ade829cb974aeb5636.tar.gz xxv-f279ccbfdfcaa4e7301b56ade829cb974aeb5636.tar.bz2 | |
* Release vdr2jpeg-0.1.9
Support new vdr filestructure and fileformat(since VDR-1.7.3)
Diffstat (limited to 'contrib/vdr2jpeg/tools.h')
| -rw-r--r-- | contrib/vdr2jpeg/tools.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/contrib/vdr2jpeg/tools.h b/contrib/vdr2jpeg/tools.h index 2911da3..609362e 100644 --- a/contrib/vdr2jpeg/tools.h +++ b/contrib/vdr2jpeg/tools.h @@ -1,7 +1,7 @@ /* * Simple program to grab images from VDR Recording * - * Copyright(c) 2007-2008 Andreas Brachold + * Copyright(c) 2007-2010 Andreas Brachold * * This code is distributed under the terms and conditions of the * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. @@ -9,22 +9,10 @@ */ #include <string> -#include "ffm.h" int option(int argc, char *argv[], const char opt, bool bParam, std::string & param, int n = 1); -// Helperclass for proper init/deinit ffmpeg -struct ffminit -{ - ffminit() { - ffm_initalize(); - } - - virtual ~ffminit() { - ffm_deinitalize(); - } -}; |
