Anton Khirnov <[email protected]> writes: > --- > libavformat/wav.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/wav.c b/libavformat/wav.c > index 5b9f6e4..1f12ad1 100644 > --- a/libavformat/wav.c > +++ b/libavformat/wav.c > @@ -363,7 +363,7 @@ static int wav_parse_bext_tag(AVFormatContext *s, int64_t > size) > > coding_history[size] = 0; > if ((ret = av_dict_set(&s->metadata, "coding_history", > coding_history, > - AV_METADATA_DONT_STRDUP_VAL)) < 0) > + AV_DICT_DONT_STRDUP_VAL)) < 0) > return ret; > } > > --
OK -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
