Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;