[FFmpeg-devel] [PATCH 07/11] Rename remaining av_metadata_set2 to av_dict_set.
Clément Bœsch
ubitux at gmail.com
Mon Nov 14 01:45:06 CET 2011
---
libavformat/bintext.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/bintext.c b/libavformat/bintext.c
index 7f99d01..ea0c553 100644
--- a/libavformat/bintext.c
+++ b/libavformat/bintext.c
@@ -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)
--
1.7.7.3
More information about the ffmpeg-devel
mailing list