[FFmpeg-cvslog] oggdec: remove unused variables
Michael Niedermayer
git at videolan.org
Mon Jan 21 16:46:09 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jan 21 16:41:50 2013 +0100| [ed37a566c96662e4ca4f95ae4f24571059febcc4] | committer: Michael Niedermayer
oggdec: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed37a566c96662e4ca4f95ae4f24571059febcc4
---
libavformat/oggdec.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index e57ee02..dc48a73 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;
More information about the ffmpeg-cvslog
mailing list