NitzDKoder/libyuv

odd width unittest fails

Closed this issue · 2 comments

set LIBYUV_WIDTH=3
out\release\libyuv_unittest
[==========] 839 tests from 1 test case ran. (33914 ms total)
[  PASSED  ] 834 tests.
[  FAILED  ] 5 tests, listed below:
[  FAILED  ] libyuvTest.TestI420
[  FAILED  ] libyuvTest.TestI422
[  FAILED  ] libyuvTest.TestJ420
[  FAILED  ] libyuvTest.TestJ422
[  FAILED  ] libyuvTest.CropNV12

Original issue reported on code.google.com by fbarch...@google.com on 9 Feb 2015 at 8:17

r1271 fixes I420.  Now just CropNV12

[  PASSED  ] 838 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] libyuvTest.CropNV12

Original comment by fbarch...@google.com on 9 Feb 2015 at 9:41

  • Changed state: Started
fixed in r1272

Original comment by fbarch...@google.com on 10 Feb 2015 at 2:19

  • Changed state: Fixed