create own namespace for ffmpeg components

This commit is contained in:
2026-06-10 07:57:06 +02:00
parent 86df304adb
commit 326424f6fa
9 changed files with 17 additions and 20 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ struct AVCodecParameters;
struct AVPacket;
struct AVFrame;
namespace engine {
namespace engine::ffmpeg {
class CodecContext {
public:
@@ -35,4 +35,4 @@ private:
std::unique_ptr<AVCodecContext, Deleter> m_ctx;
};
} // namespace engine
} // namespace engine::ffmpeg