diff 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
line wrap: on
line diff
--- a/gui/interface.h	Thu Apr 24 13:51:20 2014 +0000
+++ b/gui/interface.h	Thu Apr 24 14:41:04 2014 +0000
@@ -103,6 +103,8 @@
     int VideoWidth;
     int VideoHeight;
 
+    int Rotation;
+
     char *CodecName;
 
     int StreamType;