]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_wrapper.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / video_filter / opencv_wrapper.c
index 1e421f138a5dc5c9f6a0a3bbda23479a7071411e..cc87e629b152974b65932f25233dca7bf6a8305b 100644 (file)
@@ -23,7 +23,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <string.h>
 
 #include <cxcore.h>
 #include <cv.h>
@@ -593,7 +592,7 @@ static void Render( vout_thread_t *p_vout, picture_t *p_pic )
 
     ReleaseImages(p_vout);
     vout_DatePicture( p_vout->p_sys->p_vout, p_outpic, p_pic->date );
-       
+    
     vout_UnlinkPicture( p_vout->p_sys->p_vout, p_outpic );
     vout_DisplayPicture( p_vout->p_sys->p_vout, p_outpic );
 }