From ed37a566c96662e4ca4f95ae4f24571059febcc4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 21 Jan 2013 16:41:50 +0100 Subject: oggdec: remove unused variables Signed-off-by: Michael Niedermayer --- libavformat/oggdec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/oggdec.c') diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c index e57ee02f41..dc48a735b0 100644 --- a/libavformat/oggdec.c +++ b/libavformat/oggdec.c @@ -174,8 +174,6 @@ static int ogg_replace_stream(AVFormatContext *s, uint32_t serial, int nsegs) { struct ogg *ogg = s->priv_data; struct ogg_stream *os; - unsigned bufsize; - uint8_t *buf; const struct ogg_codec *codec; int i = 0; -- cgit v1.2.3