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. --- mpvcore/player/screenshot.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mpvcore/player') diff --git a/mpvcore/player/screenshot.c b/mpvcore/player/screenshot.c index 47f76f2a1e..6a3c258094 100644 --- a/mpvcore/player/screenshot.c +++ b/mpvcore/player/screenshot.c @@ -283,7 +283,6 @@ static void add_subs(struct MPContext *mpctx, struct mp_image *image) .w = image->w, .h = image->h, .display_par = sar / dar, - .video_par = dar / sar, }; osd_draw_on_image(mpctx->osd, res, mpctx->osd->vo_pts, -- cgit v1.2.3