From: Anton Khirnov Date: Sat, 16 Jul 2011 07:53:40 +0000 (+0200) Subject: wav: remove a use of deprecated AV_METADATA_ macro X-Git-Tag: n0.9~929^2~73 X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=62709956677d648cbf340dccd4549fa62142cb7e wav: remove a use of deprecated AV_METADATA_ macro --- diff --git a/libavformat/wav.c b/libavformat/wav.c index 5b9f6e4480..1f12ad109a 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; }