summaryrefslogtreecommitdiff
path: root/libavcodec/h261.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-20 15:11:21 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-20 15:14:01 +0100
commitcccdaa406a29b6336276cb7ac3ab64c3b2232b0a (patch)
treef7562d262bb80c18e6afbb3bcdf125d41bbc247e /libavcodec/h261.h
parentbb7f3ddd42540f5e97efb44ad975dcb67c4e21e9 (diff)
avcodec/h261enc: avoid use of current/previous_mba
Fixes part of Ticket3151 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h261.h')
-rw-r--r--libavcodec/h261.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h261.h b/libavcodec/h261.h
index 597bf7efaa..5586462893 100644
--- a/libavcodec/h261.h
+++ b/libavcodec/h261.h
@@ -38,7 +38,6 @@ typedef struct H261Context {
MpegEncContext s;
int current_mba;
- int previous_mba;
int mba_diff;
int mtype;
int current_mv_x;