Skip to content

Commit cb440a1

Browse files
committed
avisynth_c.h: initialize avs_void
1 parent 92136c7 commit cb440a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

avs_core/include/avisynth_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ struct AVS_Value {
964964
// Should also set to avs_void after the value is released
965965
// with avs_copy_value. Consider it the equivalent of setting
966966
// a pointer to NULL
967-
static const AVS_Value avs_void = {'v'};
967+
static const AVS_Value avs_void = {'v', 0, {0}};
968968
// see also avs_set_to_void v11 API
969969

970970
/*******************************

0 commit comments

Comments
 (0)