[FFmpeg-cvslog] r19745 - trunk/libavcodec/vorbis.c
reimar
subversion
Sun Aug 30 10:29:12 CEST 2009
Author: reimar
Date: Sun Aug 30 10:29:11 2009
New Revision: 19745
Log:
Remove unused variable.
Modified:
trunk/libavcodec/vorbis.c
Modified: trunk/libavcodec/vorbis.c
==============================================================================
--- trunk/libavcodec/vorbis.c Sun Aug 30 08:30:53 2009 (r19744)
+++ trunk/libavcodec/vorbis.c Sun Aug 30 10:29:11 2009 (r19745)
@@ -148,7 +148,6 @@ void ff_vorbis_ready_floor1_list(vorbis_
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) {
More information about the ffmpeg-cvslog
mailing list