mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibMedia: Remove an unused private function from FFmpegVideoDecoder
This commit is contained in:
parent
6cbe607ecf
commit
fc1cc49d6a
Notes:
github-actions[bot]
2025-09-22 17:05:40 +00:00
Author: https://github.com/Zaggy1024
Commit: fc1cc49d6a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6240
Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue