diff options
author | phintuka <phintuka> | 2008-06-21 15:53:46 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-06-21 15:53:46 +0000 |
commit | f7b532918d605cbe2b230ebb7a6e0626e9136d89 (patch) | |
tree | 9c6387723c489018ed9d2d3e8fad11eb7058ca84 | |
parent | 202b5f80496e6107c1b4fd9e73cd4e5589132643 (diff) | |
download | xineliboutput-f7b532918d605cbe2b230ebb7a6e0626e9136d89.tar.gz xineliboutput-f7b532918d605cbe2b230ebb7a6e0626e9136d89.tar.bz2 |
stream -> x.stream
-rw-r--r-- | xine_sxfe_frontend.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index 7d5aa1f9..5ef51cd6 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.71 2008-06-19 20:51:35 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.72 2008-06-21 15:53:46 phintuka Exp $ * */ @@ -1282,8 +1282,8 @@ static int XKeyEvent_handler(sxfe_t *this, XKeyEvent *kev) return 1; case XK_d: case XK_D: - xine_set_param(this->stream, XINE_PARAM_VO_DEINTERLACE, - xine_get_param(this->stream, XINE_PARAM_VO_DEINTERLACE) ? 0 : 1); + xine_set_param(this->x.stream, XINE_PARAM_VO_DEINTERLACE, + xine_get_param(this->x.stream, XINE_PARAM_VO_DEINTERLACE) ? 0 : 1); return 1; #endif #ifdef FE_STANDALONE |