summaryrefslogtreecommitdiffstats
path: root/common/encode_lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/encode_lavc.h')
-rw-r--r--common/encode_lavc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/encode_lavc.h b/common/encode_lavc.h
index af7f4fba3d..7a7f86cde1 100644
--- a/common/encode_lavc.h
+++ b/common/encode_lavc.h
@@ -38,6 +38,7 @@ struct encode_lavc_context {
struct mpv_global *global;
struct encode_output_conf *options;
struct mp_log *log;
+ struct mp_tags *metadata;
// All entry points must be guarded with the lock. Functions called by
// the playback core lock this automatically, but ao_lavc.c and vo_lavc.c