diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-10-06 15:12:25 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-10-06 15:12:25 +0200 |
commit | ef7018cca4211dd57bcdff0e8fcf251bd674356c (patch) | |
tree | a49d862e915f50ba13e4950f3bf9e8ed9bb47dc8 /PLUGINS/src/pictures/pictures.c | |
parent | f2a2c67152254ff993cdbd785870a327b032c482 (diff) | |
download | vdr-ef7018cca4211dd57bcdff0e8fcf251bd674356c.tar.gz vdr-ef7018cca4211dd57bcdff0e8fcf251bd674356c.tar.bz2 |
Adapted the pic2mpg script to new ffmpeg options; no longer using 'convert' to scale/rotate the pictures
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 cb020e6e..430ebe28 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 4.1 2015/07/17 10:14:22 kls Exp $ + * $Id: pictures.c 4.2 2017/10/06 15:10:44 kls Exp $ */ #include <getopt.h> @@ -11,7 +11,7 @@ #include "menu.h" #include "player.h" -static const char *VERSION = "2.3.1"; +static const char *VERSION = "2.3.2"; static const char *DESCRIPTION = trNOOP("A simple picture viewer"); static const char *MAINMENUENTRY = trNOOP("Pictures"); |