diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-19 02:47:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-19 02:56:31 +0100 |
commit | d41efc1f267c1b71d83c8c6dff72eab0967c4365 (patch) | |
tree | ba30071329ecc61b1f1a90d1d8cbbe066993c913 /libavcodec/h264.h | |
parent | a3a97129e79dddfbab363a07a339df44d72af01a (diff) | |
download | ffmpeg-d41efc1f267c1b71d83c8c6dff72eab0967c4365.tar.gz |
h264: put visualization and debug support back
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index cb693619b6..0c8c7ad403 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -644,6 +644,8 @@ typedef struct H264Context { int parse_last_mb; uint8_t *edge_emu_buffer; int16_t *dc_val_base; + + uint8_t *visualization_buffer[3]; ///< temporary buffer vor MV visualization } H264Context; extern const uint8_t ff_h264_chroma_qp[7][QP_MAX_NUM + 1]; ///< One chroma qp table for each possible bit depth (8-14). |