X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmagicyuvenc.c;h=c784221e1cf0755baac06cfb0e5414a616e2407b;hb=439fbb9c8b2a90e97c44c7c57245e01ca84c865d;hp=a30922f57077ab595fa48032244f752a97d5b4e2;hpb=4251e25272d6a51433805956ea26425d7ccd74cb;p=ffmpeg diff --git a/libavcodec/magicyuvenc.c b/libavcodec/magicyuvenc.c index a30922f5707..c784221e1cf 100644 --- a/libavcodec/magicyuvenc.c +++ b/libavcodec/magicyuvenc.c @@ -337,7 +337,7 @@ static int encode_table(AVCodecContext *avctx, uint8_t *dst, int width, int height, PutBitContext *pb, HuffEntry *he) { - PTable counts[256] = { 0 }; + PTable counts[256] = { {0} }; int i; count_usage(dst, width, height, counts);