ladybird/Libraries/LibMedia
Timothy Flynn 27478ec7d4 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-19 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2024-12-28 05:39:32 -08:00
..
Audio LibMedia: Remove preprocessor chain when initializing audio streams 2024-12-25 12:00:43 +01:00
Color LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
Containers/Matroska LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
FFmpeg
CMakeLists.txt Meta: Consolidate checking for the system audio backend 2024-12-25 12:00:43 +01:00
CodecID.h
DecoderError.h
Demuxer.h
Forward.h
PlaybackManager.cpp
PlaybackManager.h LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
Sample.h
Subsampling.h
Track.h
VideoDecoder.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
VideoFrame.cpp LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
VideoFrame.h LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
VideoSampleData.h