mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
use ffmpeg-free-compatible video in all tests #2631
This commit is contained in:
parent
8cd54b7932
commit
ec1ef7200b
@ -359,7 +359,7 @@ TEST_CASE("Media") {
|
||||
if(notcurses_canopen_videos(nc_)){
|
||||
unsigned dimy, dimx;
|
||||
ncplane_dim_yx(ncp_, &dimy, &dimx);
|
||||
auto ncv = ncvisual_from_file(find_data("samoa.avi").get());
|
||||
auto ncv = ncvisual_from_file(find_data("notcursesIII.mov").get());
|
||||
REQUIRE(ncv);
|
||||
CHECK(0 == ncvisual_decode(ncv));
|
||||
/*CHECK(dimy * 2 == frame->height);
|
||||
|
Loading…
x
Reference in New Issue
Block a user