mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
libavcodec/magicyuvenc : fix warning
This commit is contained in:
parent
1f1207145a
commit
ee2dfa34a2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user