From 74aa7f58e7c27f3370754a2dd79d131d0b32eafa Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Fri, 7 Nov 2025 20:26:15 -0400 Subject: [PATCH] Fix android building --- src/video_core/host1x/ffmpeg/mediacodec_bridge.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/video_core/host1x/ffmpeg/mediacodec_bridge.h b/src/video_core/host1x/ffmpeg/mediacodec_bridge.h index 2acace7b65..32992323c3 100644 --- a/src/video_core/host1x/ffmpeg/mediacodec_bridge.h +++ b/src/video_core/host1x/ffmpeg/mediacodec_bridge.h @@ -38,6 +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 +// namespace FFmpeg::MediaCodecBridge