Cleanup: quiet const cast warning
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user