Commit b0ba1f31 authored by kostya's avatar kostya

Register RV-[34] block specific feature for long future loop filter

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15565 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ebddd1ab
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment