Merge 1978928bc60a56e2999cdb952f8a4af1aacf998a into 12ef984e9316f3480780f21a9572ed6ef773764e

This commit is contained in:
Sergey Fedorov 2025-03-29 23:11:09 +00:00 committed by GitHub
commit 0af70a7321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,11 @@
#ifdef FFMPEG
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif
#include <cinttypes>
extern "C" {
#include <libavutil/avassert.h>
#include <libavcodec/avcodec.h>