diff options
-rw-r--r-- | src/video_out/video_out_xshm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index f71d3a0de..8c4b5f2d8 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.c @@ -609,7 +609,7 @@ static void xshm_update_frame_format (vo_driver_t *this_gen, uint32_t width, uint32_t height, double ratio, int format, int flags) { xshm_frame_t *frame = (xshm_frame_t *) frame_gen; - int i, j, pitch; + int j, pitch; flags &= VO_BOTH_FIELDS; |