X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2Fdirectfb.c;h=6a988e8f48129aecd2d9c788d50f5899cfdff587;hb=3c0a294da621ecb4e535b85b52658d6adb756df5;hp=abbb33b5cb8fb1dd4aafaa064a849c31a0a1474c;hpb=e40d134c69b144327fd1d2001e8b85640f5c7cb9;p=vlc diff --git a/modules/video_output/directfb.c b/modules/video_output/directfb.c index abbb33b5cb..6a988e8f48 100644 --- a/modules/video_output/directfb.c +++ b/modules/video_output/directfb.c @@ -6,7 +6,7 @@ * Authors: Iuri Diniz * * This code is based in sdl.c and fb.c, thanks for VideoLAN team. - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -71,7 +71,7 @@ vlc_module_begin(); vlc_module_end(); -static int Create( vlc_object_t *p_this ) +static int Create( vlc_object_t *p_this ) { vout_thread_t *p_vout = (vout_thread_t *)p_this; vout_sys_t *p_sys = NULL; @@ -128,7 +128,7 @@ static int Init( vout_thread_t *p_vout ) switch( p_sys->p_pixel_format ) { - case DSPF_RGB332: + case DSPF_RGB332: /* 8 bit RGB (1 byte, red 3@5, green 3@2, blue 2@0) */ /* i_pixel_pitch = 1; */ i_rlength = 3;