mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
Moved a #define in VideoFFmpegComponent
This commit is contained in:
parent
e2c9da9891
commit
075ad393d0
|
@ -6,8 +6,6 @@
|
|||
// Video player based on FFmpeg.
|
||||
//
|
||||
|
||||
#define DEBUG_VIDEO false
|
||||
|
||||
#include "components/VideoFFmpegComponent.h"
|
||||
|
||||
#include "AudioManager.h"
|
||||
|
@ -21,6 +19,8 @@
|
|||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
|
||||
#define DEBUG_VIDEO false
|
||||
|
||||
#if LIBAVUTIL_VERSION_MAJOR >= 58 || \
|
||||
(LIBAVUTIL_VERSION_MAJOR >= 57 && LIBAVUTIL_VERSION_MINOR >= 28)
|
||||
// FFmpeg 5.1 and above.
|
||||
|
|
Loading…
Reference in a new issue