Swscale.Make
Functor building an implementation of the swscale structure with parameterized input an output video data types
val create :
flag list ->
int ->
int ->
pixel_format ->
int ->
int ->
pixel_format ->
t
Swscale.create flags in_w in_h in_pf out_w out_h out_pf
do the same as Swscale.create
.