mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-28 03:10:34 +08:00
refactor(libvideo2x): extracted video frame count estimation into a function
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
@@ -309,12 +309,13 @@ list(REMOVE_DUPLICATES ALL_LIBRARIES)
|
||||
|
||||
# Create the shared library 'libvideo2x'
|
||||
add_library(libvideo2x
|
||||
src/avutils.cpp
|
||||
src/conversions.cpp
|
||||
src/decoder.cpp
|
||||
src/encoder.cpp
|
||||
src/fsutils.cpp
|
||||
src/libplacebo_filter.cpp
|
||||
src/libplacebo.cpp
|
||||
src/libplacebo_filter.cpp
|
||||
src/libvideo2x.cpp
|
||||
src/realesrgan_filter.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user