LibMedia+everywhere: Remove superfluous and unused audio code

We had numerous NiH-based implementations of audio formats and metadata
that we now no longer need because we either don't make use of the code,
or we replaced its implementation by FFmpeg.
This commit is contained in:
Jelle Raaijmakers 2024-09-30 14:49:59 +02:00 committed by Andreas Kling
commit 233b4f2ca8
Notes: github-actions[bot] 2024-09-30 16:49:08 +00:00
46 changed files with 12 additions and 6530 deletions

View file

@ -5,6 +5,7 @@
*/
#include <AK/MemoryStream.h>
#include <AK/String.h>
#include <AK/WeakPtr.h>
#include <LibCore/EventLoop.h>
#include <LibCore/ThreadedPromise.h>