summaryrefslogtreecommitdiff
path: root/libavformat/mp3dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-29 21:59:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-10-29 22:11:21 +0100
commit91295f03d41c67546ff97bef596b8da24887e071 (patch)
treea1894940f14372f745d821f5d27c4820a061c46b /libavformat/mp3dec.c
parentba8adf9be5cbfb9a428c22b720593463f64ca03b (diff)
mp3dec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/mp3dec.c')
-rw-r--r--libavformat/mp3dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index d3f7cbdfc6..d11dceb52d 100644
--- a/libavformat/mp3dec.c
+++ b/libavformat/mp3dec.c
@@ -275,7 +275,6 @@ static int mp3_seek(AVFormatContext *s, int stream_index, int64_t timestamp,
AVIndexEntry *ie;
AVStream *st = s->streams[0];
int64_t ret = av_index_search_timestamp(st, timestamp, flags);
- uint32_t header = 0;
int i, j;
if (!mp3->xing_toc) {