Removed diff from macroblockd_plane

No longer used.

Change-Id: I171c5fa33a7600ad45b9466af23a46ccbdfe0480
This commit is contained in:
Scott LaVarnway 2013-05-21 14:22:09 -04:00
Родитель 0c3f3bf1d5
Коммит 3d0110fd8e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -307,7 +307,6 @@ struct macroblockd_plane {
DECLARE_ALIGNED(16, int16_t, qcoeff[64 * 64]);
DECLARE_ALIGNED(16, int16_t, dqcoeff[64 * 64]);
DECLARE_ALIGNED(16, uint16_t, eobs[256]);
DECLARE_ALIGNED(16, int16_t, diff[64 * 64]);
PLANE_TYPE plane_type;
int subsampling_x;
int subsampling_y;