[MPlayer-cvslog] r36863 - trunk/sub/spudec.c
reimar
subversion at mplayerhq.hu
Sun Feb 16 17:30:01 CET 2014
Author: reimar
Date: Sun Feb 16 17:30:01 2014
New Revision: 36863
Log:
spudec: fix spudec_apply_palette_crop return value.
Modified:
trunk/sub/spudec.c
Modified: trunk/sub/spudec.c
==============================================================================
--- trunk/sub/spudec.c Sun Feb 16 17:30:00 2014 (r36862)
+++ trunk/sub/spudec.c Sun Feb 16 17:30:01 2014 (r36863)
@@ -319,7 +319,7 @@ out:
this->scaled_frame_width = 0;
this->scaled_frame_height = 0;
this->palette_crop_cache.valid = 0;
- return 1;
+ return ret;
}
int spudec_apply_palette_crop(void *this, uint32_t palette,
More information about the MPlayer-cvslog
mailing list