X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ffmpeg%2Fffmpeg.c;h=2be1004b8d7789ff0e6a7daf39213ffccc7ce0ce;hb=HEAD;hp=eef774bda7c73b1e52f1e3aeb00e4c4b580f79e3;hpb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;p=deb_ffmpeg.git diff --git a/ffmpeg/ffmpeg.c b/ffmpeg/ffmpeg.c index eef774b..2be1004 100644 --- a/ffmpeg/ffmpeg.c +++ b/ffmpeg/ffmpeg.c @@ -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++) {