remove unused left_border field from context.

Originally committed as revision 22179 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2010-03-03 19:44:27 +00:00
parent 1a29c6a0bb
commit 65f3c029b9
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ typedef struct H264Context{
unsigned int topright_samples_available;
unsigned int left_samples_available;
uint8_t (*top_borders[2])[16+2*8];
uint8_t left_border[2*(17+2*9)];
/**
* non zero coeff count cache.