aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/ffmpeg_metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/ffmpeg_metadata.h')
-rw-r--r--src/decoder/ffmpeg_metadata.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/decoder/ffmpeg_metadata.h b/src/decoder/ffmpeg_metadata.h
index fc10e1eb..60658f47 100644
--- a/src/decoder/ffmpeg_metadata.h
+++ b/src/decoder/ffmpeg_metadata.h
@@ -32,9 +32,10 @@
#define av_dict_get av_metadata_get
#endif
-struct tag;
+struct tag_handler;
void
-ffmpeg_copy_dictionary(struct tag *tag, AVDictionary *dict);
+ffmpeg_scan_dictionary(AVDictionary *dict,
+ const struct tag_handler *handler, void *handler_ctx);
#endif