mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibVideo: Abstract media container format demuxing
This creates an abstract Demuxer class to allow multiple container container formats to be easily used by video playback systems.
This commit is contained in:
parent
3a2f6c700d
commit
0a4def1208
Notes:
sideshowbarker
2024-07-17 04:58:21 +09:00
Author: https://github.com/Zaggy1024
Commit: 0a4def1208
Pull-request: https://github.com/SerenityOS/serenity/pull/15851
8 changed files with 327 additions and 36 deletions
|
@ -22,6 +22,7 @@ using DecoderErrorOr = ErrorOr<T, DecoderError>;
|
|||
enum class DecoderErrorCategory : u32 {
|
||||
Unknown,
|
||||
IO,
|
||||
EndOfStream,
|
||||
Memory,
|
||||
// The input is corrupted.
|
||||
Corrupted,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue