[FFmpeg-cvslog] wav: remove a use of deprecated AV_METADATA_ macro

Anton Khirnov git at videolan.org
Sun Jul 17 20:12:46 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jul 16 09:53:40 2011 +0200| [62709956677d648cbf340dccd4549fa62142cb7e] | committer: Anton Khirnov

wav: remove a use of deprecated AV_METADATA_ macro

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62709956677d648cbf340dccd4549fa62142cb7e
---

 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;
     }
 



More information about the ffmpeg-cvslog mailing list