summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-03-03 19:44:27 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-03-03 19:44:27 +0000
commit65f3c029b916287e1790ce7dee8141304799017a (patch)
treee45806705406ae2f33c0b53241957e54551c04c5 /libavcodec/h264.h
parent1a29c6a0bb92e3765a05f8c6e67c534b719d97d4 (diff)
remove unused left_border field from context.
Originally committed as revision 22179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index f254b92a1a..e61347aa61 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -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.