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
sunrastenc: remove dead store
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Paul B Mahol
Michael Niedermayer
14 years ago
parent
ddbd0cedb0
commit
f5463d5347
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/sunrastenc.c
+ 0
- 1
libavcodec/sunrastenc.c
View File
@@ -84,7 +84,6 @@ static void sunrast_image_write_image(AVCodecContext *avctx,
uint8_t value, value2;
int run;
y = 0;
ptr = pixels;
#define GET_VALUE y >= avctx->height ? 0 : x >= len ? ptr[len-1] : ptr[x]
Write
Preview
Loading…
Cancel
Save