diff options
Diffstat (limited to 'src/codec/ffmpeg/decoder.c')
| -rw-r--r-- | src/codec/ffmpeg/decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |