diff options
author | David Conrad <lessen42@gmail.com> | 2010-06-22 19:17:09 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-06-22 19:17:09 +0000 |
commit | 3ad289fca73f97940c4e3750557299ab5683165e (patch) | |
tree | b48af8b100ded44be98ce0dc37a8287404a16b8c /libavcodec/h264pred.h | |
parent | b39a2d19d4d59d21ae1d0413e0e9ca0e08f2d1e9 (diff) | |
download | ffmpeg-3ad289fca73f97940c4e3750557299ab5683165e.tar.gz |
Add intra prediction functions for VP8.
Patch by David Conrad <lessen42 gmail com> and myself.
Originally committed as revision 23716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264pred.h')
-rw-r--r-- | libavcodec/h264pred.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |