diff options
author | phintuka <phintuka> | 2006-12-16 23:07:02 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-16 23:07:02 +0000 |
commit | ad7799a62a9b8a2b996b74f43749144d99a924c1 (patch) | |
tree | e2f18e9cd29bbf7d38da9e674c53d1b035c4df44 /config.h | |
parent | 735feecf8867ac73fe9460d9109ca766683f0ade (diff) | |
download | xineliboutput-ad7799a62a9b8a2b996b74f43749144d99a924c1.tar.gz xineliboutput-ad7799a62a9b8a2b996b74f43749144d99a924c1.tar.bz2 |
File types splitted to video, audio and playlist
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 3 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.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); |