From 01e8a9c9e3a28f2beb41a5ee6d902797abdb74f0 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sun, 30 Mar 2014 19:05:59 +0200 Subject: encode_lavc: copy metadata to output file Closes #684 Signed-off-by: wm4 Includes some minor cosmetic changes additional to the original PR. --- common/encode_lavc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/encode_lavc.h') 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 -- cgit v1.2.3