obs-studio/deps
Stephen Seo 6e080a6806 deps/media-playback: In check for key-frame, use new FFmpeg 6.1 API
Fixes for using FFmpeg 6.1 due to deprecations. Uses `#if` macros to
allow builds for using older versions of FFmpeg.

AVFrame.key_frame was replaced with a flag in AVFrame.flags. The commit
adding the flag is [1] in FFmpeg's repository, and the deprecation is in
commit [2].

In summary of the "key_frame" change, AVFrame.key_frame is deprecated,
and AVFrame.flags indicates with a bit flag if it is a key frame (with
the enum/defined AV_FRAME_FLAG_KEY).

[1]: avutil/frame: add a keyframe flag to AVFrame
cc11191fda

[2]: avutil/frame: deprecate key_frame
3e06f6f040
2023-12-02 17:43:18 -06:00
..
blake2 deps: Add license declaration files 2023-09-19 13:35:49 -04:00
file-updater deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
glad deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
happy-eyeballs deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
ipc-util cmake: Add changes for CMake build framework 3.0 2023-06-29 10:11:32 -04:00
json11 json11: Suppress warnings about unqualified std::move calls 2023-08-31 17:52:08 -04:00
libcaption deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
media-playback deps/media-playback: In check for key-frame, use new FFmpeg 6.1 API 2023-12-02 17:43:18 -06:00
obs-scripting obs-scripting: Add Python 3.11 support for Windows and macOS 2023-11-11 17:45:55 -06:00
opts-parser deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
uthash deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
w32-pthreads cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
CMakeLists.txt deps,libobs,plugins: Remove in-tree Jansson 2023-07-29 16:37:14 -07:00