OSDN Git Service

avoptions: Return explicitly NAN or {0,0} if the option isn't found
authorMartin Storsjö <martin@martin.st>
Wed, 25 May 2011 13:47:09 +0000 (16:47 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 25 May 2011 19:01:33 +0000 (22:01 +0300)
commit80068da3a0bafc7e24ce6b1f91cefec7d793b4d2
tree0bdd2cd6504ab5ca3c3f5b81b530d8f16ab23029
parent48b1fb1397281dd16df909b6f33c2c36e5626f0a
avoptions: Return explicitly NAN or {0,0} if the option isn't found

This actually matches what av_get_double did earlier, the
0.0/0.0 division was intentional, for producing NAN.

Still keeping the check for the return value from
av_get_number, for clarity.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/opt.c