Cleanup: quiet const cast warning

This commit is contained in:
Campbell Barton
2022-02-20 21:28:55 +11:00
parent 36d7adf85c
commit 626fb290eb

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;