Commit 65f3c029 authored by Michael Niedermayer's avatar Michael Niedermayer

remove unused left_border field from context.

Originally committed as revision 22179 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1a29c6a0
...@@ -305,7 +305,6 @@ typedef struct H264Context{ ...@@ -305,7 +305,6 @@ typedef struct H264Context{
unsigned int topright_samples_available; unsigned int topright_samples_available;
unsigned int left_samples_available; unsigned int left_samples_available;
uint8_t (*top_borders[2])[16+2*8]; uint8_t (*top_borders[2])[16+2*8];
uint8_t left_border[2*(17+2*9)];
/** /**
* non zero coeff count cache. * non zero coeff count cache.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment