diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-23 14:01:32 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-23 14:01:32 +0000 |
| commit | cab4341bc40893c0314a7b4300e5684f1e3be965 (patch) | |
| tree | b67f3c2a357fda609e7d7c6d180e0cb72f38a791 /src/plugins/Engines | |
| parent | 208cc9c4d0096aac024551ef61ab1b9a4bbd0a79 (diff) | |
| download | qmmp-cab4341bc40893c0314a7b4300e5684f1e3be965.tar.gz qmmp-cab4341bc40893c0314a7b4300e5684f1e3be965.tar.bz2 qmmp-cab4341bc40893c0314a7b4300e5684f1e3be965.zip | |
mplayer plugin: added *.mp4 filter
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3345 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Engines')
| -rw-r--r-- | src/plugins/Engines/mplayer/mplayerengine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Engines/mplayer/mplayerengine.cpp b/src/plugins/Engines/mplayer/mplayerengine.cpp index 003172563..095fd4b05 100644 --- a/src/plugins/Engines/mplayer/mplayerengine.cpp +++ b/src/plugins/Engines/mplayer/mplayerengine.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2012 by Ilya Kotov * + * Copyright (C) 2008-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -74,7 +74,7 @@ QStringList MplayerInfo::filters() { QStringList filters; filters << "*.avi" << "*.mpg" << "*.mpeg" << "*.divx" << "*.qt" << "*.mov" << "*.wmv" << "*.asf" - << "*.flv" << "*.3gp" << "*.mkv"; + << "*.flv" << "*.3gp" << "*.mkv" << "*.mp4"; return filters; } |
