From 62709956677d648cbf340dccd4549fa62142cb7e Mon Sep 17 00:00:00 2001
From: Anton Khirnov <anton@khirnov.net>
Date: Sat, 16 Jul 2011 09:53:40 +0200
Subject: wav: remove a use of deprecated AV_METADATA_ macro

---
 libavformat/wav.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libavformat')

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;
     }
 
-- 
cgit v1.2.3