]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/puzzle.c
macosx: we don't want to jump to the playlist item, if it changes. That's soo '90s...
[vlc] / modules / video_filter / puzzle.c
index 0c79ca496e7b3abc842974a43b130defe16acdcb..c6dbbff56caefccf9164da2c260b37eeac2e1fd9 100644 (file)
@@ -24,8 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                                      /* malloc(), free() */
-#include <string.h>
 
 #include <vlc/vlc.h>
 #include <vlc_vout.h>
@@ -349,7 +347,8 @@ static void Render( vout_thread_t *p_vout, picture_t *p_pic )
 {
     picture_t *p_outpic;
 
-    //video_format_t fmt_out = {0};
+    //video_format_t fmt_out;
+    // memset( &fmt_out, 0, sizeof(video_format_t) );
     //picture_t *p_converted;
 
     int i_plane;