mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 10:38:53 +00:00
Add #include <queue> for std::queue support when USE_FFMPEG enabled
This commit is contained in:
parent
f7751f6428
commit
19fab395eb
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ extern "C"
|
|||
#include <libswresample/swresample.h>
|
||||
#include <libavutil/imgutils.h>
|
||||
}
|
||||
#include <queue>
|
||||
#define NUM_LAG_FRAMES 15 // SRS - Lag audio by 15 frames (~1/2 sec at 30 fps) for ffmpeg bik decoder AV sync
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue