From fd82eb898d6869c4d663e4a7a08539deab4505b3 Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Fri, 7 Nov 2025 20:36:19 -0400 Subject: [PATCH] Guard of the hell added --- src/video_core/host1x/ffmpeg/mediacodec_bridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/host1x/ffmpeg/mediacodec_bridge.h b/src/video_core/host1x/ffmpeg/mediacodec_bridge.h index 32992323c3..f9cb20a50e 100644 --- a/src/video_core/host1x/ffmpeg/mediacodec_bridge.h +++ b/src/video_core/host1x/ffmpeg/mediacodec_bridge.h @@ -38,4 +38,4 @@ void EnqueueHardwareBufferForPresent(AHardwareBuffer* ahb, int width, int height // Try to pop an AHardwareBuffer for presentation. Returns true if a buffer was popped. bool TryPopHardwareBufferForPresent(AHardwareBuffer** out_ahb, int& out_width, int& out_height, int64_t& out_pts); #endif -// namespace FFmpeg::MediaCodecBridge +} // namespace FFmpeg::MediaCodecBridge