summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-09-13 13:23:09 +0000
committerphintuka <phintuka>2009-09-13 13:23:09 +0000
commit13c2f2b7405eff41016939b2c40170731df72074 (patch)
tree99c18fea3fd3728c9b3e0694069957a9cfeee643
parentd0d61b76e86ae151b95b0d22068302ded11bb50e (diff)
downloadxineliboutput-13c2f2b7405eff41016939b2c40170731df72074.tar.gz
xineliboutput-13c2f2b7405eff41016939b2c40170731df72074.tar.bz2
Merge: added missing IsBluRayFolder()
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8324ca52..32247bd3 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.5 2009-09-13 13:19:50 phintuka Exp $
+ * $Id: config.h,v 1.46.2.6 2009-09-13 13:23:09 phintuka Exp $
*
*/
@@ -418,6 +418,7 @@ class config_t {
bool IsVideoFile(const char *);
bool IsPlaylistFile(const char *);
bool IsDvdFolder(const char *);
+ bool IsBluRayFolder(const char *);
bool IsDvdImage(const char *);
cString AutocropOptions(void);