mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:07:46 +00:00
LibVideo/VP9: Remove dump_frame_info() function from Decoder
The function serves no purpose now, any debug information we want to pull from the decoder should be instead accessed by some other yet to be created interface.
This commit is contained in:
parent
0638c5d2b8
commit
5275a1101e
4 changed files with 0 additions and 15 deletions
|
@ -35,7 +35,6 @@ public:
|
|||
explicit Parser(Decoder&);
|
||||
~Parser();
|
||||
DecoderErrorOr<void> parse_frame(ReadonlyBytes);
|
||||
void dump_info();
|
||||
|
||||
private:
|
||||
/* Annex B: Superframes are a method of storing multiple coded frames into a single chunk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue