]> git.sesse.net Git - ffmpeg/commitdiff
oggdec: remove unused variables
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 21 Jan 2013 15:41:50 +0000 (16:41 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 21 Jan 2013 15:41:50 +0000 (16:41 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/oggdec.c

index e57ee02f4171d9d52d9d962f0255ecc8ce035fd0..dc48a735b039d1174d66a11a5faa413c8301fcfb 100644 (file)
@@ -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;