This change updates VideoFileBuffer to support newer versions of FFmpeg. This supports FFmpeg between v3 and v5, which requires a version check to avoid calling deprecated register functions.
This change also adds ffmpeg to the CI build to test builds in CI.
This change updates
VideoFileBuffer
to support newer versions of FFmpeg. This supports FFmpeg between v3 and v5, which requires a version check to avoid calling deprecated register functions.This change also adds
ffmpeg
to the CI build to test builds in CI.