diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-01 02:53:38 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-01 02:53:38 +0000 |
commit | 60ce6073c01f97d55eece7ccba75c5d917aed163 (patch) | |
tree | 41823be7fae7c1ff2552d752208ebfe0f1e1d0bf /src/video_out/video_out_directfb.c | |
parent | 09338b3edd5b7b918d730aa244abb119c83ab527 (diff) | |
parent | 158c5f2072b8a67a0c9e8d8523908a9d89188b1c (diff) | |
download | xine-lib-60ce6073c01f97d55eece7ccba75c5d917aed163.tar.gz xine-lib-60ce6073c01f97d55eece7ccba75c5d917aed163.tar.bz2 |
Merge from 1.1.
--HG--
rename : src/xine-utils/xmllexer.h => include/xine/xmllexer.h
rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c
rename : src/libmpeg2/header.c => src/video_dec/libmpeg2/header.c
rename : src/libmpeg2/mpeg2_internal.h => src/video_dec/libmpeg2/mpeg2_internal.h
Diffstat (limited to 'src/video_out/video_out_directfb.c')
-rw-r--r-- | src/video_out/video_out_directfb.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/video_out/video_out_directfb.c b/src/video_out/video_out_directfb.c index 0781384c1..364c0ab30 100644 --- a/src/video_out/video_out_directfb.c +++ b/src/video_out/video_out_directfb.c @@ -923,18 +923,6 @@ static int directfb_get_property (vo_driver_t *this_gen, int property) { case VO_PROP_WINDOW_HEIGHT: return this->sc.gui_height; - case VO_PROP_OUTPUT_WIDTH: - return this->cur_frame->sc.output_width; - - case VO_PROP_OUTPUT_HEIGHT: - return this->cur_frame->sc.output_height; - - case VO_PROP_OUTPUT_XOFFSET: - return this->cur_frame->sc.output_xoffset; - - case VO_PROP_OUTPUT_YOFFSET: - return this->cur_frame->sc.output_yoffset; - case VO_PROP_MAX_NUM_FRAMES: return (this->type & DLTF_VIDEO) ? 8 : 15; |