core: Add video dumper interface

The VideoFrame is rotated while copying, to put the pixels in their correct positions (OpenGL seems to return the image in reverted order by default)
This commit is contained in:
zhupengfei 2019-01-26 22:19:36 +08:00
parent 2f0ea48da4
commit 3f64aaabbd
No known key found for this signature in database
GPG key ID: DD129E108BD09378
3 changed files with 87 additions and 0 deletions

View file

@ -36,6 +36,8 @@ add_library(core STATIC
core.h
core_timing.cpp
core_timing.h
dumping/backend.cpp
dumping/backend.h
file_sys/archive_backend.cpp
file_sys/archive_backend.h
file_sys/archive_extsavedata.cpp