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. --- sub/osd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sub/osd.h') diff --git a/sub/osd.h b/sub/osd.h index 64e10193ea..cdd681b339 100644 --- a/sub/osd.h +++ b/sub/osd.h @@ -80,7 +80,6 @@ struct mp_osd_res { int w, h; // screen dimensions, including black borders int mt, mb, ml, mr; // borders (top, bottom, left, right) double display_par; - double video_par; // PAR of the original video (for some sub decoders) }; enum mp_osdtype { -- cgit v1.2.3