mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibMedia: Absorb LibAudio
LibMedia will be responsible for both audio and video decoding.
This commit is contained in:
parent
8b3bcf9c0f
commit
85fd2e281b
Notes:
github-actions[bot]
2024-09-12 08:02:40 +00:00
Author: https://github.com/gmta
Commit: 85fd2e281b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1369
101 changed files with 195 additions and 211 deletions
|
@ -6,10 +6,10 @@
|
|||
|
||||
#include <AK/MemoryStream.h>
|
||||
#include <AK/WeakPtr.h>
|
||||
#include <LibAudio/Loader.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/ThreadedPromise.h>
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibMedia/Audio/Loader.h>
|
||||
|
||||
#include "AudioCodecPluginAgnostic.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue