[MPlayer-cvslog] r31696 - trunk/spudec.c
reimar
subversion at mplayerhq.hu
Sun Jul 11 11:39:06 CEST 2010
Author: reimar
Date: Sun Jul 11 11:39:06 2010
New Revision: 31696
Log:
10l, also assign the original width in spudec_new_scaled.
Modified:
trunk/spudec.c
Modified: trunk/spudec.c
==============================================================================
--- trunk/spudec.c Sun Jul 11 11:05:22 2010 (r31695)
+++ trunk/spudec.c Sun Jul 11 11:39:06 2010 (r31696)
@@ -1228,6 +1228,7 @@ void *spudec_new_scaled(unsigned int *pa
spudec_handle_t *this = calloc(1, sizeof(spudec_handle_t));
if (this){
this->orig_frame_height = frame_height;
+ this->orig_frame_width = frame_width;
// set up palette:
if (palette)
memcpy(this->global_palette, palette, sizeof(this->global_palette));
More information about the MPlayer-cvslog
mailing list