Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/rv34.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h
index 2dadedc4fc..b6e576ccb0 100644
--- a/libavcodec/rv34.h
+++ b/libavcodec/rv34.h
@@ -33,6 +33,9 @@
#include "h264pred.h"
+#define MB_TYPE_SEPARATE_DC 0x01000000
+#define IS_SEPARATE_DC(a) ((a) & MB_TYPE_SEPARATE_DC)
+
/**
* RV30 and RV40 Macroblock types
*/