1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:17:36 +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:
FalseHonesty 2021-06-05 16:42:25 -04:00 committed by Ali Mohammad Pur
parent baff94e44d
commit fa101d6bf6
3 changed files with 60 additions and 0 deletions

View file

@ -28,4 +28,5 @@ add_subdirectory(SystemMonitor)
add_subdirectory(ThemeEditor)
add_subdirectory(Terminal)
add_subdirectory(TextEditor)
add_subdirectory(VideoPlayer)
add_subdirectory(Welcome)