mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Remove unused variable from slice_buffer_release() found by CSA.
Originally committed as revision 18570 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
44c9efcb57
commit
29322398fc
@ -542,13 +542,11 @@ static IDWTELEM * slice_buffer_load_line(slice_buffer * buf, int line)
|
||||
|
||||
static void slice_buffer_release(slice_buffer * buf, int line)
|
||||
{
|
||||
int offset;
|
||||
IDWTELEM * buffer;
|
||||
|
||||
assert(line >= 0 && line < buf->line_count);
|
||||
assert(buf->line[line]);
|
||||
|
||||
offset = buf->line_width * line;
|
||||
buffer = buf->line[line];
|
||||
buf->data_stack_top++;
|
||||
buf->data_stack[buf->data_stack_top] = buffer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user