changeset 1680:6bd7a01eca9c libavcodec

fixing h263p encoding without UMV
author michael
date Thu, 11 Dec 2003 16:14:27 +0000
parents 55c03fa692a9
children 27a272442d6b
files h263.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h263.c	Thu Dec 11 11:17:54 2003 +0000
+++ b/h263.c	Thu Dec 11 16:14:27 2003 +0000
@@ -1928,8 +1928,6 @@
     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;