Browse Source

Guard of the hell added

pull/2977/head
CamilleLaVey 3 months ago
parent
commit
fd82eb898d
  1. 2
      src/video_core/host1x/ffmpeg/mediacodec_bridge.h

2
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
Loading…
Cancel
Save