summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r--libavcodec/h263.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index d7fb3a2ab6..df520545f6 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -1928,8 +1928,6 @@ void h263_encode_init(MpegEncContext *s)
case CODEC_ID_H263P:
if(s->umvplus)
s->fcode_tab= umv_fcode_tab;
- else
- s->fcode_tab= fcode_tab;
if(s->modified_quant){
s->min_qcoeff= -2047;
s->max_qcoeff= 2047;