summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-06-06 13:18:11 +0000
committerphintuka <phintuka>2009-06-06 13:18:11 +0000
commit9b7ac85cbf384de08ee558a1050aee6665137f64 (patch)
tree7f318ba883fc8b7a8e385105564c0e2fa92723f1
parente85074875985fa9bc8214057465710e4b93a3d87 (diff)
downloadxineliboutput-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 572d08f5..0fcb7977 100644
--- a/config.h
+++ b/config.h
@@ -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);