[vlc-devel] [PATCH] Support for rotated MP4 Movies (bug #2882)
Jean-Baptiste Kempf
jb at videolan.org
Fri Feb 7 15:30:38 CET 2014
Le 06/02/2014 23:21, Matthias Keiser a écrit :
> + GLdouble angle;
> +
> + switch (vgl->fmt.orientation) {
> +
> + case ORIENT_ROTATED_90:
> + angle = 270.0;
> + break;
> + case ORIENT_ROTATED_180:
> + angle = 180.0;
> + break;
> + case ORIENT_ROTATED_270:
> + angle = 90.0;
> + break;
> + default:
> + angle = 0.0;
> + break;
> + }
This fails to compile in es1.
See patch fixing this issue.
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-compilation-with-OpenGL-ES-1.patch
Type: text/x-diff
Size: 979 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140207/5cffc017/attachment.patch>
More information about the vlc-devel
mailing list