Menu

Commit [r3386]  Maximize  Restore  History

remove warning error:

liblavplay.c:2677:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
abs(editlist->video_fps - new_eli->video_fps) < 0.0000001 &&
^
liblavplay.c:2677:7: note: use function 'fabs' instead
abs(editlist->video_fps - new_eli->video_fps) < 0.0000001 &&
^~~
fabs

sms00 2016-06-05

changed /trunk/mjpeg_play/lavtools/liblavplay.c
/trunk/mjpeg_play/lavtools/liblavplay.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.