Skip to content

Commit

Permalink
wav: remove a use of deprecated AV_METADATA_ macro
Browse files Browse the repository at this point in the history
  • Loading branch information
elenril committed Jul 17, 2011
1 parent 412b436 commit 6270995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavformat/wav.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6270995

Please sign in to comment.