From 0a785b9ca97141c650ef4bb25704bf73696ac72b Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Tue, 26 Feb 2013 14:19:23 +0000 Subject: [PATCH] Add the progressive GOP flag This will be needed for properly handling Open GOPs. Signed-off-by: Derek Buitenhuis --- core/gop.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/gop.hpp b/core/gop.hpp index 96e97bb..e312456 100644 --- a/core/gop.hpp +++ b/core/gop.hpp @@ -29,6 +29,7 @@ extern "C" { #include } +#define GOP_FLAG_PROGRESSIVE 0x80 #define GOP_FLAG_CLOSED 0x400 #define FRAME_FLAG_RFF 0x01