Browse Source

fix android build error

pull/2977/head
lizzie 3 months ago
parent
commit
83c3127c9d
  1. 2
      src/video_core/host1x/ffmpeg/mediacodec_bridge_android.cpp

2
src/video_core/host1x/ffmpeg/mediacodec_bridge_android.cpp

@ -114,4 +114,6 @@ std::optional<std::vector<uint8_t>> PopDecodedFrame(int id, int& width, int& hei
return st->frame;
}
} // namespace FFmpeg::MediaCodecBridge
#endif // __ANDROID__
Loading…
Cancel
Save