summaryrefslogtreecommitdiff
path: root/src/libspudec/spu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libspudec/spu.c')
-rw-r--r--src/libspudec/spu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c
index 2270f6bb3..cd4219781 100644
--- a/src/libspudec/spu.c
+++ b/src/libspudec/spu.c
@@ -35,7 +35,7 @@
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: spu.c,v 1.71 2003/11/12 17:53:01 mroi Exp $
+ * $Id: spu.c,v 1.72 2003/11/26 01:03:31 miguelfreitas Exp $
*
*/
@@ -752,6 +752,7 @@ static void spudec_draw_picture (spudec_state_t *state, spudec_seq_t* seq, vo_ov
ovl->num_rle = rle - ovl->rle;
ovl->rgb_clut = 0;
+ ovl->unscaled = 0;
#ifdef LOG_DEBUG
printf ("spu: Num RLE=%d\n",ovl->num_rle);
printf ("spu: Date size=%d\n",ovl->data_size);