1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

oggdec: remove unused variables

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-01-21 16:41:50 +01:00
parent f6a80d6e63
commit ed37a566c9

View 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;