diff options
author | phintuka <phintuka> | 2009-04-17 12:35:08 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-04-17 12:35:08 +0000 |
commit | 6da8dd932acf9f69fca0e47cd97759d1b62f93f8 (patch) | |
tree | f56c07f07f2750c351bc5758fca5db245a5e9737 | |
parent | d7b675e40b7234294e58770bd5e10afc319f1a50 (diff) | |
download | xineliboutput-6da8dd932acf9f69fca0e47cd97759d1b62f93f8.tar.gz xineliboutput-6da8dd932acf9f69fca0e47cd97759d1b62f93f8.tar.bz2 |
Added m2ts and mts to list of known video types
-rw-r--r-- | config.c | 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.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", |