From f2b039da77fc66119d556e575822c2b8d328cdaf Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Feb 2016 20:34:45 +0100 Subject: audio/video: expose codec info as separate field Preparation for the timeline rewrite. The codec will be able to change, the stream header not. --- video/decode/dec_video.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/decode/dec_video.h') diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h index 9d69e0c73b..d4c12a7bc4 100644 --- a/video/decode/dec_video.h +++ b/video/decode/dec_video.h @@ -34,6 +34,7 @@ struct dec_video { const struct vd_functions *vd_driver; struct mp_hwdec_info *hwdec_info; // video output hwdec handles struct sh_stream *header; + struct mp_codec_params *codec; char *decoder_desc; -- cgit v1.2.3