mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibMedia: Remove an unused private function from FFmpegVideoDecoder
This commit is contained in:
parent
6cbe607ecf
commit
fc1cc49d6a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user