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
Silence compiler warnings for XL decoder
Originally committed as revision 16921 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kostya Shishkov
16 years ago
parent
b709397530
commit
55b557ece1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/xl.c
+ 1
- 1
libavcodec/xl.c
View File
@@ -48,7 +48,7 @@ static int decode_frame(AVCodecContext *avctx,
int i, j;
int stride;
uint32_t val;
int y0, y1, y2, y3, c0, c1;
int y0, y1, y2, y3
= 0
, c0
= 0
, c1
= 0
;
if(p->data[0])
avctx->release_buffer(avctx, p);
Write
Preview
Loading…
Cancel
Save