diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-02 11:34:43 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-02 11:34:43 +0100 |
commit | 538cbdb26a7804408c368804def0dce0dc4821c9 (patch) | |
tree | 1d4ea498a47fede890172d572df562d8bb598d26 /PLUGINS/src/pictures/pictures.c | |
parent | 317240e970b8addd96764f611e7b7fa06c1a2ec8 (diff) | |
download | vdr-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.c | 4 |
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"); |