Skip to content

Commit

Permalink
Move GOP define to gop.hpp
Browse files Browse the repository at this point in the history
It makes much more sense here.

Signed-off-by: Derek Buitenhuis <[email protected]>
  • Loading branch information
dwbuiten committed Dec 9, 2012
1 parent 049ef05 commit be7384d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/d2v.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ extern "C" {

#define D2V_VERSION "16"

#define GOP_FLAG_CLOSED 0x400

using namespace std;

enum streamtype {
Expand Down
2 changes: 2 additions & 0 deletions core/gop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ extern "C" {
#include <stdint.h>
}

#define GOP_FLAG_CLOSED 0x400

using namespace std;

typedef struct frame {
Expand Down

0 comments on commit be7384d

Please sign in to comment.