projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
6f5c00e
)
Remove unused run_start variable.
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 26 Dec 2008 17:11:19 +0000
(17:11 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 26 Dec 2008 17:11:19 +0000
(17:11 +0000)
Originally committed as revision 16342 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/faxcompr.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/faxcompr.c
b/libavcodec/faxcompr.c
index
b727284
..
e008d43
100644
(file)
--- a/
libavcodec/faxcompr.c
+++ b/
libavcodec/faxcompr.c
@@
-160,7
+160,6
@@
static int decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb,
{
int mode = 0, offs = 0, run = 0, saved_run = 0, t;
int run_off = *ref++;
{
int mode = 0, offs = 0, run = 0, saved_run = 0, t;
int run_off = *ref++;
- int *run_start = runs;
runend--; // for the last written 0
runend--; // for the last written 0