More namespacing ffmpeg stuff are now _ffmpeg

This commit is contained in:
2025-09-05 14:31:27 +03:00
parent 53c68fa564
commit 58d9b7ee5e
2 changed files with 16 additions and 14 deletions

View File

@@ -1,4 +1,5 @@
#include "ChargeVideo.hpp"
#include <Corrade/Utility/Utility.h>
#include <Magnum/GL/TextureFormat.h>
@@ -6,6 +7,7 @@
#include <Magnum/PixelFormat.h>
using namespace ChargeVideo;
using namespace _ffmpeg;
#include <cstring>
#include <string>