Fix strict compiler warning
Mismatched array bounds in function declaration and definition. Pull Request: https://projects.blender.org/blender/blender/pulls/107530
This commit is contained in:
committed by
Sergey Sharybin
parent
e3f14b99c3
commit
93b9b79b19
@@ -103,7 +103,7 @@ typedef struct FFMpegContext {
|
||||
|
||||
static void ffmpeg_dict_set_int(AVDictionary **dict, const char *key, int value);
|
||||
static void ffmpeg_filepath_get(FFMpegContext *context,
|
||||
char *string,
|
||||
char string[FILE_MAX],
|
||||
const struct RenderData *rd,
|
||||
bool preview,
|
||||
const char *suffix);
|
||||
|
||||
Reference in New Issue
Block a user