From be7384d1b6190e79493b37747c4357fcc35cb936 Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Sat, 8 Dec 2012 18:27:54 -0500 Subject: [PATCH] Move GOP define to gop.hpp It makes much more sense here. Signed-off-by: Derek Buitenhuis --- core/d2v.hpp | 2 -- core/gop.hpp | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/d2v.hpp b/core/d2v.hpp index a8744bc..b70dbf8 100644 --- a/core/d2v.hpp +++ b/core/d2v.hpp @@ -34,8 +34,6 @@ extern "C" { #define D2V_VERSION "16" -#define GOP_FLAG_CLOSED 0x400 - using namespace std; enum streamtype { diff --git a/core/gop.hpp b/core/gop.hpp index 8cb3726..fbdd4a3 100644 --- a/core/gop.hpp +++ b/core/gop.hpp @@ -29,6 +29,8 @@ extern "C" { #include } +#define GOP_FLAG_CLOSED 0x400 + using namespace std; typedef struct frame {