summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-11 22:07:03 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-11 22:07:03 +0000
commite4fc32848be2e1dadf44c41431a0e21c5e1f9aad (patch)
treead9c26539befa7f4d2bb2ac4c188b802fff76b6c /libmpcodecs
parent5be44dbe04ac11e3bba4a435c81d416feaf96713 (diff)
downloadmpv-e4fc32848be2e1dadf44c41431a0e21c5e1f9aad.tar.bz2
mpv-e4fc32848be2e1dadf44c41431a0e21c5e1f9aad.tar.xz
we don't need to pass gworld :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8432 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vd_qtvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/vd_qtvideo.c b/libmpcodecs/vd_qtvideo.c
index 4cf7833b60..9873fbb530 100644
--- a/libmpcodecs/vd_qtvideo.c
+++ b/libmpcodecs/vd_qtvideo.c
@@ -308,7 +308,7 @@ if(!codec_inited){
decpar.capabilities=&codeccap;
// decpar.accuracy = 0x1680000; //codecNormalQuality;
decpar.accuracy = codecNormalQuality;
- decpar.port = OutBufferGWorld;
+// decpar.port = OutBufferGWorld;
// decpar.preferredOffscreenPixelSize=17207;
// decpar.sequenceID=malloc(1000);