Moved a #define in VideoFFmpegComponent

This commit is contained in:
Leon Styhre 2023-06-21 20:35:19 +02:00
parent e2c9da9891
commit 075ad393d0

View file

@ -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.