summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-04-17 12:35:08 +0000
committerphintuka <phintuka>2009-04-17 12:35:08 +0000
commit6da8dd932acf9f69fca0e47cd97759d1b62f93f8 (patch)
treef56c07f07f2750c351bc5758fca5db245a5e9737
parentd7b675e40b7234294e58770bd5e10afc319f1a50 (diff)
downloadxineliboutput-6da8dd932acf9f69fca0e47cd97759d1b62f93f8.tar.gz
xineliboutput-6da8dd932acf9f69fca0e47cd97759d1b62f93f8.tar.bz2
Added m2ts and mts to list of known video types
-rw-r--r--config.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.c b/config.c
index 95e5fe34..655ee0e5 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c,v 1.78 2009-01-10 16:16:59 rofafor Exp $
+ * $Id: config.c,v 1.79 2009-04-17 12:35:08 phintuka Exp $
*
*/
@@ -310,7 +310,9 @@ static const char exts_video[][8] = {
"mp4",
"m2v",
"m2t",
+ "m2ts",
"m4v",
+ "mts",
"pes",
"rm",
"ts",