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