From 15f8e9b463ac432693b114c9b9f40a2155ae9dfb Mon Sep 17 00:00:00 2001 From: Andreas Regel Date: Sat, 3 May 2008 22:18:00 +0200 Subject: Release version 0.0.10 - support swscale functions of recent FFMPEG versions. Have a look at README to see how to deactivate it for older FFPMEG versions. - support changed header file structure of recent FFMPEG versions. Have a look at README to see how to activate this. - added zapping through PiP channel based on a patch by pinky666 from vdr-portal. You can activate it via the green button. --- osdpip.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'osdpip.c') diff --git a/osdpip.c b/osdpip.c index 3c9b7b2..ac5764f 100644 --- a/osdpip.c +++ b/osdpip.c @@ -4,15 +4,7 @@ * See the README file for copyright information and how to reach the author. */ -extern "C" -{ -#ifdef HAVE_FFMPEG_STATIC -# include -#else -# include -#endif -} - +#include "decoder.h" #include "osd.h" #include "setup.h" #if (APIVERSNUM < 10507) @@ -21,7 +13,7 @@ extern "C" #include -static const char *VERSION = "0.0.9"; +static const char *VERSION = "0.0.10"; static const char *DESCRIPTION = trNOOP("OSD Picture-in-Picture"); static const char *MAINMENUENTRY = trNOOP("Picture-in-Picture"); -- cgit v1.2.3