]> git.sesse.net Git - ffmpeg/commit
lavc/xface: Reorder conditions to silence a gcc warning.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Sun, 26 Feb 2017 10:03:50 +0000 (11:03 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Fri, 24 Mar 2017 18:51:36 +0000 (19:51 +0100)
commit66c1c9b2774968dc26017269ac175b356592f878
treec9fefcd82f2dc5624b7d14e916f29a139aa677ef
parentd92ad42fb38a312c86b71b0e17fe860f0c881be4
lavc/xface: Reorder conditions to silence a gcc warning.

libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
libavcodec/xface.c