mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
VideoPlayer: Create application to parse (and eventually play) videos
This application will eventually be able to actually play videos, but for now it is used to parse and dump decoded data from the VP9 decoder.
This commit is contained in:
parent
baff94e44d
commit
fa101d6bf6
3 changed files with 60 additions and 0 deletions
|
@ -28,4 +28,5 @@ add_subdirectory(SystemMonitor)
|
|||
add_subdirectory(ThemeEditor)
|
||||
add_subdirectory(Terminal)
|
||||
add_subdirectory(TextEditor)
|
||||
add_subdirectory(VideoPlayer)
|
||||
add_subdirectory(Welcome)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue