mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove unused variable.
Originally committed as revision 19745 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b7eb7ef6b5
commit
23638d8778
@ -148,7 +148,6 @@ void ff_vorbis_ready_floor1_list(vorbis_floor1_entry * list, int values) {
|
||||
|
||||
static inline void render_line_unrolled(intptr_t x, intptr_t y, int x1, intptr_t sy, int ady, int adx, float * buf) {
|
||||
int err = -adx;
|
||||
int tmp;
|
||||
x -= x1-1;
|
||||
buf += x1-1;
|
||||
while (++x < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user