convert fm6.mkv -> fm6.mov

This commit is contained in:
nick black 2021-11-22 07:38:59 -05:00
parent 7b19c4eb8e
commit 4d4487d7b4
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
4 changed files with 2 additions and 2 deletions

Binary file not shown.

BIN
data/fm6.mov Normal file

Binary file not shown.

View File

@ -37,7 +37,7 @@ static int
view_video_demo(struct notcurses* nc){
struct ncplane* ncp = notcurses_stdplane(nc);
struct ncvisual* ncv;
char* fm6 = find_data("fm6.mkv");
char* fm6 = find_data("fm6.mov");
ncv = ncvisual_from_file(fm6);
if(!ncv){
free(fm6);

View File

@ -353,7 +353,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("fm6.wmv").get());
auto ncv = ncvisual_from_file(find_data("fm6.mov").get());
REQUIRE(ncv);
CHECK(0 == ncvisual_decode(ncv));
/*CHECK(dimy * 2 == frame->height);