summaryrefslogtreecommitdiffstats
path: root/common/tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/tags.h')
-rw-r--r--common/tags.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/tags.h b/common/tags.h
index beb8388df1..e7eb4b32a2 100644
--- a/common/tags.h
+++ b/common/tags.h
@@ -25,5 +25,7 @@ void mp_tags_merge(struct mp_tags *tags, struct mp_tags *src);
struct AVDictionary;
void mp_tags_copy_from_av_dictionary(struct mp_tags *tags,
struct AVDictionary *av_dict);
+void mp_tags_move_from_av_dictionary(struct mp_tags *tags,
+ struct AVDictionary **av_dict_ptr);
#endif