OSDN Git Service

error.h: test EDOM instead of EINVAL
authorMåns Rullgård <mans@mansr.com>
Sun, 14 Mar 2010 22:25:35 +0000 (22:25 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 14 Mar 2010 22:25:35 +0000 (22:25 +0000)
commit6d2877f47e83872da9aa1dad3172ba610d3c65d0
treed0f579c4781f7353499f64a9373c6f1270db4dff
parente4836e3c078281d5ea8de8569836613a7b43ccce
error.h: test EDOM instead of EINVAL

C99 doesn't require EINVAL, only EDOM, EILSEQ, and ERANGE.

Originally committed as revision 22530 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/error.h