summaryrefslogtreecommitdiff
path: root/PLUGINS/src/pictures/pictures.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-02 11:34:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-02 11:34:43 +0100
commit538cbdb26a7804408c368804def0dce0dc4821c9 (patch)
tree1d4ea498a47fede890172d572df562d8bb598d26 /PLUGINS/src/pictures/pictures.c
parent317240e970b8addd96764f611e7b7fa06c1a2ec8 (diff)
downloadvdr-538cbdb26a7804408c368804def0dce0dc4821c9.tar.gz
vdr-538cbdb26a7804408c368804def0dce0dc4821c9.tar.bz2
Added option -i to the pictures plugin's pic2mpg to ignore unknown file types
Diffstat (limited to 'PLUGINS/src/pictures/pictures.c')
-rw-r--r--PLUGINS/src/pictures/pictures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/pictures/pictures.c b/PLUGINS/src/pictures/pictures.c
index ec568cbb..26baf478 100644
--- a/PLUGINS/src/pictures/pictures.c
+++ b/PLUGINS/src/pictures/pictures.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: pictures.c 1.3 2008/01/27 15:44:58 kls Exp $
+ * $Id: pictures.c 1.4 2008/02/02 11:32:50 kls Exp $
*/
#include <getopt.h>
@@ -11,7 +11,7 @@
#include "menu.h"
#include "player.h"
-static const char *VERSION = "0.0.3";
+static const char *VERSION = "0.0.4";
static const char *DESCRIPTION = trNOOP("A simple picture viewer");
static const char *MAINMENUENTRY = trNOOP("Pictures");