Cleanup: quiet const cast warning

This commit is contained in:
Campbell Barton 2022-02-20 21:28:55 +11:00
parent 36d7adf85c
commit 626fb290eb
Notes: blender-bot 2023-02-14 08:49:53 +01:00
Referenced by commit 2a5df72d9b, Revert "Cleanup: quiet const cast warning"
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ static int start_ffmpeg_impl(FFMpegContext *context,
{
/* Handle to the output file */
AVFormatContext *of;
const AVOutputFormat *fmt;
AVOutputFormat *fmt;
char name[FILE_MAX], error[1024];
const char **exts;