summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-12-16 23:07:02 +0000
committerphintuka <phintuka>2006-12-16 23:07:02 +0000
commitad7799a62a9b8a2b996b74f43749144d99a924c1 (patch)
treee2f18e9cd29bbf7d38da9e674c53d1b035c4df44 /config.h
parent735feecf8867ac73fe9460d9109ca766683f0ade (diff)
downloadxineliboutput-ad7799a62a9b8a2b996b74f43749144d99a924c1.tar.gz
xineliboutput-ad7799a62a9b8a2b996b74f43749144d99a924c1.tar.bz2
File types splitted to video, audio and playlist
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9690ac46..e75d2070 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.12 2006-12-15 13:47:19 phintuka Exp $
+ * $Id: config.h,v 1.13 2006-12-16 23:07:02 phintuka Exp $
*
*/
@@ -243,7 +243,9 @@ class config_t {
bool ProcessArgs(int argc, char *argv[]);
bool IsImageFile(const char *);
+ bool IsAudioFile(const char *);
bool IsVideoFile(const char *);
+ bool IsPlaylistFile(const char *);
const char *AutocropOptions(void);
const char *FfmpegPpOptions(void);