You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
oggdec: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -174,8 +174,6 @@ static int ogg_replace_stream(AVFormatContext *s, uint32_t serial, int nsegs)
|
|||||||
{
|
{
|
||||||
struct ogg *ogg = s->priv_data;
|
struct ogg *ogg = s->priv_data;
|
||||||
struct ogg_stream *os;
|
struct ogg_stream *os;
|
||||||
unsigned bufsize;
|
|
||||||
uint8_t *buf;
|
|
||||||
const struct ogg_codec *codec;
|
const struct ogg_codec *codec;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user