Commit cba64af2 authored by Kostya Shishkov's avatar Kostya Shishkov

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

Originally committed as revision 15565 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3a540877
......@@ -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