mirror of https://git.ffmpeg.org/ffmpeg.git
remove unused left_border field from context.
Originally committed as revision 22179 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1a29c6a0bb
commit
65f3c029b9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue