You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
oggdec: fix warning: assignment discards qualifiers from pointer target type
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -174,7 +174,7 @@ static int ogg_replace_stream(AVFormatContext *s, uint32_t serial)
|
|||||||
struct ogg_stream *os;
|
struct ogg_stream *os;
|
||||||
unsigned bufsize;
|
unsigned bufsize;
|
||||||
uint8_t *buf;
|
uint8_t *buf;
|
||||||
struct ogg_codec *codec;
|
const struct ogg_codec *codec;
|
||||||
|
|
||||||
if (ogg->nstreams != 1) {
|
if (ogg->nstreams != 1) {
|
||||||
av_log_missing_feature(s, "Changing stream parameters in multistream ogg", 0);
|
av_log_missing_feature(s, "Changing stream parameters in multistream ogg", 0);
|
||||||
|
Reference in New Issue
Block a user