Imported Debian version 2.5.3~trusty1
[deb_ffmpeg.git] / ffmpeg / ffmpeg.c
index eef774bda7c73b1e52f1e3aeb00e4c4b580f79e3..2be1004b8d7789ff0e6a7daf39213ffccc7ce0ce 100644 (file)
@@ -2521,7 +2521,7 @@ static int transcode_init(void)
     AVFormatContext *oc;
     OutputStream *ost;
     InputStream *ist;
-    char error[1024];
+    char error[1024] = {0};
     int want_sdp = 1;
 
     for (i = 0; i < nb_filtergraphs; i++) {