Merge 1978928bc60a56e2999cdb952f8a4af1aacf998a into a9e8f2a1c9df7363710aa6213eca608c0bcc71ec

This commit is contained in:
Sergey Fedorov 2025-05-04 22:33:56 +00:00 committed by GitHub
commit 5cad40d085
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>