From fd2f40762fb07bb50d385bac287a7ee1da36857c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 20 Apr 2014 21:29:22 +0200 Subject: demux: export video rotation parameter Now the rotation hint is propagated everywhere. It just isn't used anywhere yet. --- demux/stheader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/stheader.h') diff --git a/demux/stheader.h b/demux/stheader.h index 2940dc6a4d..99dc35832a 100644 --- a/demux/stheader.h +++ b/demux/stheader.h @@ -81,6 +81,7 @@ typedef struct sh_video { float aspect; // aspect ratio stored in the file (for prescaling) int i_bps; // == bitrate (compressed bytes/sec) int disp_w, disp_h; // display size + int rotate; // intended display rotation, in degrees, [0, 359] MP_BITMAPINFOHEADER *bih; } sh_video_t; -- cgit v1.2.3