You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
libavcodec/magicyuvenc : fix warning
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user