Use custom mkstemp() to fix Win issue in y4m_test
authorDeb Mukherjee <debargha@google.com>
Mon, 14 Jul 2014 20:31:29 +0000 (13:31 -0700)
committerDeb Mukherjee <debargha@google.com>
Fri, 18 Jul 2014 22:35:17 +0000 (15:35 -0700)
commit096224ffc2cb67bcaefad6315cee83ac37b7cbbf
tree9db8fc30c7d254f17e1b63eb87e7f851ed18dbb3
parent597ce31ff81e23129f5e76705634c4d5c9c72ef2
Use custom mkstemp() to fix Win issue in y4m_test

Uses mkstmp() with directory being the same as the test data
directory to create temporary output file. For Windows
GetTempFileNameA() function is used.

Change-Id: Ie4681b2b4f44f8c22d3b3faf134c44087b484f94
test/video_source.h
test/y4m_test.cc
y4menc.c