]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/deinterlace.c
* erase.c: add bluring effect, fix a bunch of bugs and compile warnings. It now...
[vlc] / modules / video_filter / deinterlace.c
index 469211c31aea82c6cd69a02dc8f803f3ee195638..5aae8f82ae764b363eafea7e514a22b2cc55cec2 100644 (file)
@@ -369,7 +369,8 @@ static int Init( vout_thread_t *p_vout )
 static vout_thread_t *SpawnRealVout( vout_thread_t *p_vout )
 {
     vout_thread_t *p_real_vout = NULL;
-    video_format_t fmt = {0};
+    video_format_t fmt;
+    memset( &fmt, 0, sizeof( video_format_t ) );
 
     msg_Dbg( p_vout, "spawning the real video output" );