diff options
author | phintuka <phintuka> | 2009-06-06 13:18:11 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-06-06 13:18:11 +0000 |
commit | 9b7ac85cbf384de08ee558a1050aee6665137f64 (patch) | |
tree | 7f318ba883fc8b7a8e385105564c0e2fa92723f1 | |
parent | e85074875985fa9bc8214057465710e4b93a3d87 (diff) | |
download | xineliboutput-9b7ac85cbf384de08ee558a1050aee6665137f64.tar.gz xineliboutput-9b7ac85cbf384de08ee558a1050aee6665137f64.tar.bz2 |
Merge from trunk:
revision 1.60
date: 2009/05/31 15:07:10; author: phintuka; state: Exp; lines: +2 -1
Added IsDvdImage()
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.46.2.1 2008-09-26 13:03:27 phintuka Exp $ + * $Id: config.h,v 1.46.2.2 2009-06-06 13:18:11 phintuka Exp $ * */ @@ -358,6 +358,7 @@ class config_t { bool IsAudioFile(const char *); bool IsVideoFile(const char *); bool IsPlaylistFile(const char *); + bool IsDvdImage(const char *); cString AutocropOptions(void); cString SwScaleOptions(void); |