summaryrefslogtreecommitdiff
path: root/libavcodec/h264pred.h
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2010-06-22 19:17:09 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-06-22 19:17:09 +0000
commit3ad289fca73f97940c4e3750557299ab5683165e (patch)
treeb48af8b100ded44be98ce0dc37a8287404a16b8c /libavcodec/h264pred.h
parentb39a2d19d4d59d21ae1d0413e0e9ca0e08f2d1e9 (diff)
downloadffmpeg-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.h2
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