Swscale.MakeFunctor building an implementation of the swscale structure with parameterized input an output video data types
val create :
?threads:int ->
flag list ->
int ->
int ->
pixel_format ->
int ->
int ->
pixel_format ->
tSwscale.create flags in_w in_h in_pf out_w out_h out_pf do the same as Swscale.create. threads is the number of threads scaling a frame is split over, defaulting to 1. 0 lets swscale pick one per core.