From 3ad289fca73f97940c4e3750557299ab5683165e Mon Sep 17 00:00:00 2001 From: David Conrad Date: Tue, 22 Jun 2010 19:17:09 +0000 Subject: Add intra prediction functions for VP8. Patch by David Conrad and myself. Originally committed as revision 23716 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264pred.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/h264pred.h') diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index 933045c092..e9f2e17b6b 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -49,6 +49,8 @@ #define TOP_DC_PRED 10 #define DC_128_PRED 11 +#define TM_VP8_PRED 9 ///< "True Motion", used instead of plane + #define DIAG_DOWN_LEFT_PRED_RV40_NODOWN 12 #define HOR_UP_PRED_RV40_NODOWN 13 #define VERT_LEFT_PRED_RV40_NODOWN 14 -- cgit v1.2.3