diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-05-09 23:55:40 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-05-09 23:55:40 +0000 |
commit | 8630cf21a5eacc6a14d79b5b1701908662285fd0 (patch) | |
tree | 4a70149ec1bd63d223d46391389cc7bc6e71b37b | |
parent | 2501ad08791d23b9b925f073644ef3ebbab8f66e (diff) | |
download | xine-lib-8630cf21a5eacc6a14d79b5b1701908662285fd0.tar.gz xine-lib-8630cf21a5eacc6a14d79b5b1701908662285fd0.tar.bz2 |
QT DLL decoder just got deprioritized
CVS patchset: 4810
CVS date: 2003/05/09 23:55:40
-rw-r--r-- | src/libw32dll/qt_decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libw32dll/qt_decoder.c b/src/libw32dll/qt_decoder.c index 3d505d923..dbcd6d0a8 100644 --- a/src/libw32dll/qt_decoder.c +++ b/src/libw32dll/qt_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: qt_decoder.c,v 1.18 2003/04/04 19:20:51 miguelfreitas Exp $ + * $Id: qt_decoder.c,v 1.19 2003/05/09 23:55:40 tmmm Exp $ * * quicktime video/audio decoder plugin, using win32 dlls * most of this code comes directly from MPlayer @@ -1227,7 +1227,7 @@ static uint32_t qtv_supported_types[] = { BUF_VIDEO_SORENSON_V3, 0 }; static decoder_info_t qtv_dec_info = { qtv_supported_types, /* supported types */ - 6 /* priority */ + 1 /* priority */ }; plugin_info_t xine_plugin_info[] = { |