summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-21 16:41:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-21 16:41:50 +0100
commited37a566c96662e4ca4f95ae4f24571059febcc4 (patch)
tree73989adbe2cbcae87d7a379dee379c73da493cdb /libavformat/oggdec.c
parentf6a80d6e6318e929d22738c0f0ead30bb3ea28da (diff)
oggdec: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/oggdec.c')
-rw-r--r--libavformat/oggdec.c2
1 files changed, 0 insertions, 2 deletions
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;