From 4012c4a96ee1786bb0d17bd2a3368d20fbb870c9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 24 Nov 2013 13:07:49 +0100 Subject: osd: remove mp_osd_res.video_par field This is not needed anymore, because we decided that the PAR of the decoded video matters, and not the PAR of the filtered video that arrives at the VO. --- video/filter/vf_sub.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/filter') diff --git a/video/filter/vf_sub.c b/video/filter/vf_sub.c index 646216967b..1b344ab3f5 100644 --- a/video/filter/vf_sub.c +++ b/video/filter/vf_sub.c @@ -73,7 +73,6 @@ static int config(struct vf_instance *vf, .mt = vf->priv->opt_top_margin, .mb = vf->priv->opt_bottom_margin, .display_par = sar / dar, - .video_par = dar / sar, }; return vf_next_config(vf, vf->priv->outw, vf->priv->outh, d_width, -- cgit v1.2.3