comparison gui/interface.h @ 37081:e8559b9913ff

New GUI feature: Rotate a video. It is accessible from the context menu. Based on a complain by Linus about video players that don't easily allow rotating a video. (Thanks to compn for pointing that out.) Realize the feature by adding and/or removing appropriate video filters. Additionally, add new GUI message evSetRotation and update documentation.
author ib
date Thu, 24 Apr 2014 14:41:04 +0000
parents ef9dea4785bc
children
comparison
equal deleted inserted replaced
37080:0b0528ba3344 37081:e8559b9913ff
101 101
102 int VideoWindow; 102 int VideoWindow;
103 int VideoWidth; 103 int VideoWidth;
104 int VideoHeight; 104 int VideoHeight;
105 105
106 int Rotation;
107
106 char *CodecName; 108 char *CodecName;
107 109
108 int StreamType; 110 int StreamType;
109 int AudioChannels; 111 int AudioChannels;
110 112