llyyr
|
f89d0d48bc
|
test/libmpv_encode: check fread return value
Fixes warning with clang
|
2024-07-08 23:45:37 +02:00 |
Dudemanguy
|
b402cc3248
|
test/libmpv_encode: avoid mktemp warning
Doesn't really matter but it's annoying so replace it with mkstemp
instead. For windows, just use _mktemp.
|
2024-06-19 13:55:54 +00:00 |
Kacper Michajłow
|
09c359e1d3
|
test/libmpv_encode: print logs also during initialize
|
2024-06-03 19:18:06 +02:00 |
Kacper Michajłow
|
8a9901963d
|
test/libmpv_encode: don't use mpv internals for test
mktemp is good enough for this test purposes and also tests if libmpv is
able to create a file that doesn't exist.
|
2024-06-03 19:18:06 +02:00 |
Kacper Michajłow
|
cd12e923f8
|
test/libmpv_encode: minor adjustments for win32 build fix
|
2024-05-06 22:01:17 +02:00 |
sfan5
|
3b64bf908a
|
test: add an encoding test with libmpv
|
2024-04-17 20:22:36 +02:00 |