Browse Source

Fix android building

pull/2977/head
CamilleLaVey 3 months ago
parent
commit
74aa7f58e7
  1. 4
      src/video_core/host1x/ffmpeg/mediacodec_bridge.h

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