summaryrefslogtreecommitdiff
path: root/src/libxinevdec/qtrpza.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxinevdec/qtrpza.c')
-rw-r--r--src/libxinevdec/qtrpza.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/libxinevdec/qtrpza.c b/src/libxinevdec/qtrpza.c
index 733c41616..140ac1a52 100644
--- a/src/libxinevdec/qtrpza.c
+++ b/src/libxinevdec/qtrpza.c
@@ -21,7 +21,7 @@
* For more information about the RPZA format, visit:
* http://www.pcisys.net/~melanson/codecs/
*
- * $Id: qtrpza.c,v 1.9 2002/11/20 11:57:47 mroi Exp $
+ * $Id: qtrpza.c,v 1.10 2002/12/06 01:44:06 miguelfreitas Exp $
*/
#include <stdio.h>
@@ -350,18 +350,6 @@ static void qtrpza_decode_data (video_decoder_t *this_gen,
decode_qtrpza(this);
yuv444_to_yuy2(&this->yuv_planes, img->base[0], img->pitches[0]);
- if (img->copy) {
- int height = img->height;
- uint8_t *src[3];
-
- src[0] = img->base[0];
-
- while ((height -= 16) >= 0) {
- img->copy(img, src);
- src[0] += 16 * img->pitches[0];
- }
- }
-
img->draw(img, this->stream);
img->free(img);