Commit ec40d15d authored by Michael Niedermayer's avatar Michael Niedermayer

oggdec: fix warning: assignment discards qualifiers from pointer target type

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bd16f0a3
......@@ -174,7 +174,7 @@ static int ogg_replace_stream(AVFormatContext *s, uint32_t serial)
struct ogg_stream *os;
unsigned bufsize;
uint8_t *buf;
struct ogg_codec *codec;
const struct ogg_codec *codec;
if (ogg->nstreams != 1) {
av_log_missing_feature(s, "Changing stream parameters in multistream ogg", 0);
......
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