diff options
-rw-r--r-- | src/video_out/video_out_fb.c | 4 | ||||
-rw-r--r-- | src/video_out/video_out_xshm.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index 70d59bf21..d81649dbb 100644 --- a/src/video_out/video_out_fb.c +++ b/src/video_out/video_out_fb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_fb.c,v 1.42 2005/09/05 14:56:31 mshopf Exp $ + * $Id: video_out_fb.c,v 1.43 2005/09/05 15:13:13 mshopf Exp $ * * video_out_fb.c, frame buffer xine driver by Miguel Freitas * @@ -636,7 +636,7 @@ static int fb_get_property(vo_driver_t *this_gen, int property) return this->yuv2rgb_brightness; case VO_PROP_CONTRAST: return this->yuv2rgb_contrast; - case VO_PROP_saturation: + case VO_PROP_SATURATION: return this->yuv2rgb_saturation; case VO_PROP_WINDOW_WIDTH: diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index bb8e8a8b3..ae381f61d 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xshm.c,v 1.139 2005/09/05 14:56:31 mshopf Exp $ + * $Id: video_out_xshm.c,v 1.140 2005/09/05 15:13:13 mshopf Exp $ * * video_out_xshm.c, X11 shared memory extension interface for xine * @@ -1236,7 +1236,7 @@ static vo_driver_t *xshm_open_plugin (video_driver_class_t *class_gen, const voi this->yuv2rgb_mode = mode; this->yuv2rgb_swap = swapped; - this->yuv2rgb_brightness = 0 + this->yuv2rgb_brightness = 0; this->yuv2rgb_contrast = 128; this->yuv2rgb_saturation = 128; |