summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/ffmpeg (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi1-2/+2
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2023-12-06codec: Update to use av frame flagslat9nq1-1/+6
Resolves Clang -Wdeprecated-declarations warning from interlaced_frame
2023-11-16video_core: refactor video frame and packet parsingLiam2-0/+632