diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-13 15:49:39 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 07:40:41 +0100 |
commit | 37045e422903695e610cca6ecb753df643ab9380 (patch) | |
tree | b3d39f2512b591383fd9aa63e86ea4383d074cb8 /libavcodec/mpegvideo.h | |
parent | 2eba9087f3031c6050f8dcd996225490be6c2410 (diff) | |
download | ffmpeg-37045e422903695e610cca6ecb753df643ab9380.tar.gz |
mpegvideo: drop vismv code
It has been broken for over a year without anyone complaining or
noticing, thus proving that nobody ever uses it.
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 51c7495a04..e4a1356f11 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -340,7 +340,6 @@ typedef struct MpegEncContext { Picture *last_picture_ptr; ///< pointer to the previous picture. Picture *next_picture_ptr; ///< pointer to the next picture (for bidir pred) Picture *current_picture_ptr; ///< pointer to the current picture - uint8_t *visualization_buffer[3]; ///< temporary buffer vor MV visualization int last_dc[3]; ///< last DC values for MPEG1 int16_t *dc_val_base; int16_t *dc_val[3]; ///< used for mpeg4 DC prediction, all 3 arrays must be continuous |