vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Sep 22 
00:33:28 2010 +0200| [33df12b05cc115c53ca9f54e178eed6d4168d6c8] | committer: 
Jean-Baptiste Kempf 

Adjust: code cosmetics

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33df12b05cc115c53ca9f54e178eed6d4168d6c8
---

 modules/video_filter/adjust.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/adjust.c b/modules/video_filter/adjust.c
index 35f7e1d..dfc287f 100644
--- a/modules/video_filter/adjust.c
+++ b/modules/video_filter/adjust.c
@@ -256,7 +256,7 @@ static picture_t *FilterPlanar( filter_t *p_filter, 
picture_t *p_pic )
         /* Fill the gamma lookup table */
         for( i = 0 ; i < 256 ; i++ )
         {
-          pi_gamma[ i ] = clip_uint8_vlc( pow(i / 255.0, f_gamma) * 255.0);
+            pi_gamma[ i ] = clip_uint8_vlc( pow(i / 255.0, f_gamma) * 255.0);
         }
 
         /* Fill the luma lookup table */

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to