summaryrefslogtreecommitdiffstats
path: root/common/encode_lavc.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-03-30 19:05:59 +0200
committerwm4 <wm4@nowhere>2014-03-30 20:04:20 +0200
commit01e8a9c9e3a28f2beb41a5ee6d902797abdb74f0 (patch)
tree27261c599952e26dfc7af83e4b83595495c8c21f /common/encode_lavc.h
parent239dc2851a9001ff3c69c613d621125c9a95e8ae (diff)
downloadmpv-01e8a9c9e3a28f2beb41a5ee6d902797abdb74f0.tar.bz2
mpv-01e8a9c9e3a28f2beb41a5ee6d902797abdb74f0.tar.xz
encode_lavc: copy metadata to output file
Closes #684 Signed-off-by: wm4 <wm4@nowhere> Includes some minor cosmetic changes additional to the original PR.
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