LibMedia: Remove an unused private function from FFmpegVideoDecoder

This commit is contained in:
Zaggy1024 2025-09-18 20:08:28 -05:00 committed by Gregory Bertilson
parent 6cbe607ecf
commit fc1cc49d6a

View File

@ -26,8 +26,6 @@ public:
void flush() override;
private:
DecoderErrorOr<void> decode_single_sample(AK::Duration timestamp, u8* data, int size);
AVCodecContext* m_codec_context;
AVPacket* m_packet;
AVFrame* m_frame;