<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi Steve,</p>
<p>On 2016-11-04 18:08, Steve Lhomme wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> ---
modules/video_output/opengl.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index aee96bd..3adc31a 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -784,14 +784,8 @@ void vout_display_opengl_Delete(vout_display_opengl_t *vgl)
void vout_display_opengl_SetViewpoint(vout_display_opengl_t *vgl, const vlc_viewpoint_t *p_viewpoint)
{
vgl->f_teta = p_viewpoint->f_yaw - M_PI / 2;
- if (vgl->f_teta < -M_PI)
- vgl->f_teta = M_PI;
vgl->f_phi = p_viewpoint->f_pitch;
- if (vgl->f_phi < -M_PI / 2)
- vgl->f_phi = -M_PI / 2;
vgl->f_roll = p_viewpoint->f_roll;
- if (vgl->f_roll < -M_PI / 2)
- vgl->f_roll = -M_PI / 2;
}</code></pre>
</blockquote>
<p><code>git rebase</code> gone wrong?</p>
<p>The above, removed lines, was added in <code>[PATCH 03/15]</code>, it would be easier following the changes if changes introduced by the individual patches was not reverted by a later patch in the <em>patch-batch</em>.</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> picture_pool_t *vout_display_opengl_GetPool(vout_display_opengl_t *vgl, unsigned requested_count)
--
2.10.1</code></pre>
</blockquote>
</body>
</html>