Skip to content

Commit fc1cc49

Browse files
committed
LibMedia: Remove an unused private function from FFmpegVideoDecoder
1 parent 6cbe607 commit fc1cc49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Libraries/LibMedia/FFmpeg/FFmpegVideoDecoder.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class MEDIA_API FFmpegVideoDecoder final : public VideoDecoder {
2626
void flush() override;
2727

2828
private:
29-
DecoderErrorOr<void> decode_single_sample(AK::Duration timestamp, u8* data, int size);
30-
3129
AVCodecContext* m_codec_context;
3230
AVPacket* m_packet;
3331
AVFrame* m_frame;

0 commit comments

Comments
 (0)