From 8f208c26b6fa1a9f3372679c047cab559c06e26b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 14 Sep 2026 08:57:42 -0400 Subject: Server-side fixes from DIRECT_MODE testing Signed-off-by: Andrew Opalach --- src/codec/ffmpeg/decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codec/ffmpeg') diff --git a/src/codec/ffmpeg/decoder.c b/src/codec/ffmpeg/decoder.c index 95fb0bf..5ab76b2 100644 --- a/src/codec/ffmpeg/decoder.c +++ b/src/codec/ffmpeg/decoder.c @@ -139,7 +139,7 @@ static s32 init_hwdevice_context(struct camu_ff_decoder *av, AVCodecContext *con context->hw_device_ctx = av_buffer_ref(av->hw_context); #ifdef CAMU_HUGE_VIDEO_BUFFER - // Note that context->extra_hw_frames has the ability to cause corruption. + // Note that this could cause corruption. context->extra_hw_frames = 48; #else context->extra_hw_frames = 4; -- cgit v1.2.3-101-g0448