1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:17:45 +00:00

LibVideo: Rename MV to MotionVector for clarity

This commit is contained in:
Zaggy1024 2022-10-08 22:39:20 -05:00 committed by Andrew Kaster
parent 85fd56cf48
commit 1dc4652683
6 changed files with 46 additions and 46 deletions

View file

@ -2,7 +2,7 @@ set(SOURCES
MatroskaReader.cpp
VP9/BitStream.cpp
VP9/Decoder.cpp
VP9/MV.cpp
VP9/MotionVector.cpp
VP9/Parser.cpp
VP9/ProbabilityTables.cpp
VP9/SyntaxElementCounter.cpp