Skip to content

Commit

Permalink
MessageClip new parameters because of customizable Version()
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterf committed Mar 4, 2022
1 parent 078a3c2 commit ec22279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avs_core/core/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ size_t GetFrameTail(const PVideoFrame& vf); // in DeviceManager.cpp

PClip Create_MessageClip(const char* message, int width, int height,
int pixel_type, bool shrink, int textcolor, int halocolor, int bgcolor,
int fps_numerator, int fps_denominator, int num_frames,
IScriptEnvironment* env);

PClip new_Splice(PClip _child1, PClip _child2, bool realign_sound, IScriptEnvironment* env);
Expand Down

0 comments on commit ec22279

Please sign in to comment.