rolinh / libgwavi

libgwavi is a tiny C library aimed at creating AVI files (mirror repository)
https://projects.gw-computing.net/projects/libgwavi
BSD 3-Clause "New" or "Revised" License
23 stars 15 forks source link

CineForm codec fourcc is not included in the fourcc array #11

Open smlehbleh opened 3 years ago

smlehbleh commented 3 years ago

To encode with CineForm, one needs to add "CFHD" manually to the fourcc array declared in int check_fourcc(const char *fourcc) (avi-utils.cpp)

rolinh commented 3 years ago

Thanks, would you mind opening a PR to add it?