summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-31 13:51:07 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-31 13:51:07 +0000
commit827f7684690ba127f6477a1d32548dd14d3c79bb (patch)
tree99568de353dc72ae0694d3c4b4566c58fa9e4a33
parent147a5017b476e4cd61aadb8e7420bc20832abfef (diff)
downloadxine-lib-827f7684690ba127f6477a1d32548dd14d3c79bb.tar.gz
xine-lib-827f7684690ba127f6477a1d32548dd14d3c79bb.tar.bz2
Build fix: back out the SSA subtitles change from the DirectFB video-out plugin.
-rw-r--r--src/video_out/video_out_directfb.c12
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 9786049b4..e6e333a0c 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;