mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Rename remaining av_metadata_set2 to av_dict_set.
This commit is contained in:
parent
63b796b0dd
commit
b04ee90043
@ -80,7 +80,7 @@ static int next_tag_read(AVFormatContext *avctx, uint64_t *fsize)
|
||||
return -1; \
|
||||
if (avio_read(pb, buf, size) == size && *buf) { \
|
||||
buf[len] = 0; \
|
||||
av_metadata_set2(&avctx->metadata, name, buf, 0); \
|
||||
av_dict_set(&avctx->metadata, name, buf, 0); \
|
||||
}
|
||||
|
||||
GET_EFI2_META("filename", 12)
|
||||
|
Loading…
Reference in New Issue
Block a user