[FFmpeg-cvslog] swr: remove unused variable

Michael Niedermayer git at videolan.org
Sun Apr 1 22:50:25 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Apr  1 22:11:34 2012 +0200| [87688727e48c3e3bd4d4cfe94add604c6e416257] | committer: Michael Niedermayer

swr: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87688727e48c3e3bd4d4cfe94add604c6e416257
---

 libswresample/swresample.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libswresample/swresample.c b/libswresample/swresample.c
index f9674d1..205e436 100644
--- a/libswresample/swresample.c
+++ b/libswresample/swresample.c
@@ -545,7 +545,6 @@ int swr_convert(struct SwrContext *s, uint8_t *out_arg[SWR_CH_MAX], int out_coun
         AudioData tmp= *in;
         int ret2=0;
         int ret, size;
-        int in_buffer_count= s->in_buffer_count;
         size = FFMIN(out_count, s->in_buffer_count);
         if(size){
             buf_set(&tmp, &s->in_buffer, s->in_buffer_index);



More information about the ffmpeg-cvslog mailing list