diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 16:41:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 16:41:50 +0100 |
commit | ed37a566c96662e4ca4f95ae4f24571059febcc4 (patch) | |
tree | 73989adbe2cbcae87d7a379dee379c73da493cdb /libavformat | |
parent | f6a80d6e6318e929d22738c0f0ead30bb3ea28da (diff) | |
download | ffmpeg-ed37a566c96662e4ca4f95ae4f24571059febcc4.tar.gz |
oggdec: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/oggdec.c | 2 |
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; |