Re: [FFmpeg-devel] [PATCH]lavc/xface: Reorder conditions to silence a gcc warning

2017-03-24 Thread Ronald S. Bultje
Hi, On Fri, Mar 24, 2017 at 3:53 PM, Carl Eugen Hoyos wrote: > 2017-02-26 11:07 GMT+01:00 Carl Eugen Hoyos : > > > I believe attached patch does not change the logic of the conditions > > but silences a (9 times shown, long-time) gcc warning. > > Patch applied. > -if (l >=

Re: [FFmpeg-devel] [PATCH]lavc/xface: Reorder conditions to silence a gcc warning

2017-03-24 Thread Carl Eugen Hoyos
2017-02-26 11:07 GMT+01:00 Carl Eugen Hoyos : > I believe attached patch does not change the logic of the conditions > but silences a (9 times shown, long-time) gcc warning. Patch applied. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.or

Re: [FFmpeg-devel] [PATCH]lavc/xface: Reorder conditions to silence a gcc warning

2017-03-07 Thread Carl Eugen Hoyos
2017-02-26 11:07 GMT+01:00 Carl Eugen Hoyos : > I believe attached patch does not change the logic of the conditions > but silences a (9 times shown, long-time) gcc warning. Ping. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://

[FFmpeg-devel] [PATCH]lavc/xface: Reorder conditions to silence a gcc warning

2017-02-26 Thread Carl Eugen Hoyos
Hi! I believe attached patch does not change the logic of the conditions but silences a (9 times shown, long-time) gcc warning. Please review, Carl Eugen From 2a634f0b1f265f96111895de8603f9deda91d3df Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 26 Feb 2017 11:03:50 +0100 Subject: