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:
Sergey Sharybin
2023-05-02 11:32:45 +02:00
committed by Sergey Sharybin
parent e3f14b99c3
commit 93b9b79b19

View File

@@ -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);