[vlmc-devel] commit: *.dv files deserved to be read like any other video files ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Thu Apr 15 00:53:33 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Apr 15 00:52:52 2010 +0200| [35d5a088d9f69c077eaf4e24edf9cd1585bf4fb2] | committer: Hugo Beauzée-Luyssen
*.dv files deserved to be read like any other video files
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=35d5a088d9f69c077eaf4e24edf9cd1585bf4fb2
---
src/Media/Media.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/Media/Media.cpp b/src/Media/Media.cpp
index 5a0ba10..32e146e 100644
--- a/src/Media/Media.cpp
+++ b/src/Media/Media.cpp
@@ -35,7 +35,8 @@
#include <QtDebug>
#include <QUrl>
-const QString Media::VideoExtensions = "*.mov *.avi *.mkv *.mpg *.mpeg *.wmv *.mp4 *.ogg *.ogv";
+const QString Media::VideoExtensions = "*.mov *.avi *.mkv *.mpg *.mpeg *.wmv *.mp4 "
+ "*.ogg *.ogv *.dv";
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