diff --git a/source/ffmpeg/avframe-queue.hpp b/source/ffmpeg/avframe-queue.hpp index f384c15..c0fc5ef 100644 --- a/source/ffmpeg/avframe-queue.hpp +++ b/source/ffmpeg/avframe-queue.hpp @@ -19,11 +19,14 @@ #define OBS_FFMPEG_FFMPEG_AVFRAME_QUEUE #pragma once -#include #include +#include extern "C" { +#pragma warning(push) +#pragma warning(disable : 4244) #include +#pragma warning(pop) } namespace ffmpeg { @@ -62,8 +65,6 @@ namespace ffmpeg { bool empty(); size_t size(); - - }; } // namespace ffmpeg