[vlmc-devel] commit: Recognize ts files as video files. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Thu Apr 15 11:56:52 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Apr 15 11:56:02 2010 +0200| [02f288db0b51ade9161fdb8bcbafac62d671c59f] | committer: Hugo Beauzée-Luyssen 

Recognize ts files as video files.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=02f288db0b51ade9161fdb8bcbafac62d671c59f
---

 src/Media/Media.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Media/Media.cpp b/src/Media/Media.cpp
index 32e146e..2086fe2 100644
--- a/src/Media/Media.cpp
+++ b/src/Media/Media.cpp
@@ -36,7 +36,7 @@
 #include <QUrl>
 
 const QString   Media::VideoExtensions = "*.mov *.avi *.mkv *.mpg *.mpeg *.wmv *.mp4 "
-                                         "*.ogg *.ogv *.dv";
+                                         "*.ogg *.ogv *.dv *.ts";
 const QString   Media::ImageExtensions = "*.gif *.png *.jpg *.jpeg";
 const QString   Media::AudioExtensions = "*.mp3 *.oga *.flac *.aac *.wav";
 const QString   Media::streamPrefix = "stream://";



More information about the Vlmc-devel mailing list