mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 13:36:26 +08:00
wav: remove a use of deprecated AV_METADATA_ macro
This commit is contained in:
@ -363,7 +363,7 @@ static int wav_parse_bext_tag(AVFormatContext *s, int64_t size)
|
|||||||
|
|
||||||
coding_history[size] = 0;
|
coding_history[size] = 0;
|
||||||
if ((ret = av_dict_set(&s->metadata, "coding_history", coding_history,
|
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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user