This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
libavcodec/magicyuvenc : fix warning
tags/n4.0
Martin Vignali
8 years ago
parent
1f1207145a
commit
ee2dfa34a2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/magicyuvenc.c
+ 1
- 1
libavcodec/magicyuvenc.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save