mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[codec,ffmpeg] fix missing const argument
This commit is contained in:
@@ -220,7 +220,7 @@ static void ffmpeg_close_context(FREERDP_DSP_CONTEXT* WINPR_RESTRICT context)
|
||||
}
|
||||
|
||||
static void ffmpeg_setup_resample_frame(FREERDP_DSP_CONTEXT* WINPR_RESTRICT context,
|
||||
AUDIO_FORMAT* WINPR_RESTRICT format)
|
||||
const AUDIO_FORMAT* WINPR_RESTRICT format)
|
||||
{
|
||||
if (context->resampled->buf[0] != NULL)
|
||||
av_frame_unref(context->resampled);
|
||||
|
||||
Reference in New Issue
Block a user