MInimal ffmpeg implementation

This commit is contained in:
2026-05-10 01:02:54 +02:00
parent b8996d55e4
commit fc4b6f8ced
2 changed files with 901 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ add_library(ffmpeg_audio SHARED
ffmpeg_audio.cpp
ffmpeg_audio.h
../ffi_version.h
ffmpeg_audio_refactored.cpp
)
add_executable(demo_ffmpeg_audio