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