mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-24 17:12:34 +02:00
Register RV-[34] block specific feature for long future loop filter
Originally committed as revision 15565 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3a54087733
commit
cba64af245
@ -33,6 +33,9 @@
|
|||||||
|
|
||||||
#include "h264pred.h"
|
#include "h264pred.h"
|
||||||
|
|
||||||
|
#define MB_TYPE_SEPARATE_DC 0x01000000
|
||||||
|
#define IS_SEPARATE_DC(a) ((a) & MB_TYPE_SEPARATE_DC)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* RV30 and RV40 Macroblock types
|
* RV30 and RV40 Macroblock types
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user