mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/h264pred: deconflict DC_128_PRED and HOR_VP8_PRED
Both are required by the VP7 decoder. Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f11905763c
commit
c551431792
@ -60,7 +60,7 @@
|
|||||||
#define VERT_VP8_PRED 10 ///< for VP8, #VERT_PRED is the average of
|
#define VERT_VP8_PRED 10 ///< for VP8, #VERT_PRED is the average of
|
||||||
///< (left col+cur col x2+right col) / 4;
|
///< (left col+cur col x2+right col) / 4;
|
||||||
///< this is the "unaveraged" one
|
///< this is the "unaveraged" one
|
||||||
#define HOR_VP8_PRED 11 ///< unaveraged version of #HOR_PRED, see
|
#define HOR_VP8_PRED 14 ///< unaveraged version of #HOR_PRED, see
|
||||||
///< #VERT_VP8_PRED for details
|
///< #VERT_VP8_PRED for details
|
||||||
#define DC_127_PRED 12
|
#define DC_127_PRED 12
|
||||||
#define DC_129_PRED 13
|
#define DC_129_PRED 13
|
||||||
|
Loading…
Reference in New Issue
Block a user