summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_raw.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-05-06 02:27:38 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-05-06 02:27:38 +0100
commit8ff78df42588e88762aaf1581f0e86a270f4a59d (patch)
tree7511f7788290a38a78d523d7c824efa31ad5e215 /src/video_out/video_out_raw.c
parent61445f16252380d4f6b66f2c5680d36e62bbfd0f (diff)
parentd5be45ea2436cdc45f086b54516157b5b2394715 (diff)
downloadxine-lib-8ff78df42588e88762aaf1581f0e86a270f4a59d.tar.gz
xine-lib-8ff78df42588e88762aaf1581f0e86a270f4a59d.tar.bz2
Merge from 1.1.
--HG-- rename : include/xine.h.in => include/xine.h rename : src/xine-utils/attributes.h => include/xine/attributes.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c rename : src/libxineadec/xine_speex_decoder.c => src/combined/xine_speex_decoder.c
Diffstat (limited to 'src/video_out/video_out_raw.c')
-rw-r--r--src/video_out/video_out_raw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video_out/video_out_raw.c b/src/video_out/video_out_raw.c
index 87d1afb4f..ff239608e 100644
--- a/src/video_out/video_out_raw.c
+++ b/src/video_out/video_out_raw.c
@@ -208,7 +208,6 @@ static void raw_overlay_blend (vo_driver_t *this_gen, vo_frame_t *frame_gen, vo_
static void raw_overlay_end (vo_driver_t *this_gen, vo_frame_t *vo_img)
{
raw_driver_t *this = (raw_driver_t *) this_gen;
- int i;
if ( !this->ovl_changed )
return;
@@ -322,7 +321,6 @@ static vo_frame_t *raw_alloc_frame (vo_driver_t *this_gen)
static void raw_update_frame_format (vo_driver_t *this_gen, vo_frame_t *frame_gen,
uint32_t width, uint32_t height, double ratio, int format, int flags)
{
- raw_driver_t *this = (raw_driver_t *) this_gen;
raw_frame_t *frame = (raw_frame_t *) frame_gen;
/* Check frame size and format and reallocate if necessary */
@@ -429,8 +427,6 @@ static void raw_display_frame (vo_driver_t *this_gen, vo_frame_t *frame_gen)
static int raw_get_property (vo_driver_t *this_gen, int property)
{
- raw_driver_t *this = (raw_driver_t *) this_gen;
-
switch (property) {
case VO_PROP_ASPECT_RATIO:
return XINE_VO_ASPECT_AUTO;