[FFmpeg-cvslog] avformat/mp3dec: remove unused variable
James Almer
git at videolan.org
Sun Jul 19 22:49:05 CEST 2015
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Jul 19 17:47:01 2015 -0300| [2db8c42ddc58a2ee7d2bb6dedab927422de35f09] | committer: James Almer
avformat/mp3dec: remove unused variable
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2db8c42ddc58a2ee7d2bb6dedab927422de35f09
---
libavformat/mp3dec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index 34692ba..266f17c 100644
--- a/libavformat/mp3dec.c
+++ b/libavformat/mp3dec.c
@@ -489,7 +489,6 @@ static int mp3_seek(AVFormatContext *s, int stream_index, int64_t timestamp,
AVStream *st = s->streams[0];
int64_t ret = av_index_search_timestamp(st, timestamp, flags);
int64_t best_pos;
- int i;
if (mp3->usetoc == 2)
return -1; // generic index code
More information about the ffmpeg-cvslog
mailing list