Commit c74d4658 authored by Michael Niedermayer's avatar Michael Niedermayer

oggdec: #if 0 disabled code

Fixes CID968589
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c8ea5ccd
...@@ -206,6 +206,7 @@ static int ogg_replace_stream(AVFormatContext *s, uint32_t serial, int nsegs) ...@@ -206,6 +206,7 @@ static int ogg_replace_stream(AVFormatContext *s, uint32_t serial, int nsegs)
os->serial = serial; os->serial = serial;
return i; return i;
#if 0
buf = os->buf; buf = os->buf;
bufsize = os->bufsize; bufsize = os->bufsize;
codec = os->codec; codec = os->codec;
...@@ -223,6 +224,7 @@ static int ogg_replace_stream(AVFormatContext *s, uint32_t serial, int nsegs) ...@@ -223,6 +224,7 @@ static int ogg_replace_stream(AVFormatContext *s, uint32_t serial, int nsegs)
os->codec = codec; os->codec = codec;
return i; return i;
#endif
} }
static int ogg_new_stream(AVFormatContext *s, uint32_t serial) static int ogg_new_stream(AVFormatContext *s, uint32_t serial)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment