comparison wmv2.c @ 1185:9da267732f68 libavcodec

10l
author michaelni
date Sat, 12 Apr 2003 22:53:26 +0000
parents 03b97d87dcdd
children a979fab41ed8
comparison
equal deleted inserted replaced
1184:05a2ac8978ad 1185:9da267732f68
724 s->mv_dir = MV_DIR_FORWARD; 724 s->mv_dir = MV_DIR_FORWARD;
725 s->mv_type = MV_TYPE_16X16; 725 s->mv_type = MV_TYPE_16X16;
726 s->mv[0][0][0] = 0; 726 s->mv[0][0][0] = 0;
727 s->mv[0][0][1] = 0; 727 s->mv[0][0][1] = 0;
728 s->mb_skiped = 1; 728 s->mb_skiped = 1;
729 w->hshift=0;
729 return 0; 730 return 0;
730 } 731 }
731 732
732 code = get_vlc2(&s->gb, mb_non_intra_vlc[w->cbp_table_index].table, MB_NON_INTRA_VLC_BITS, 3); 733 code = get_vlc2(&s->gb, mb_non_intra_vlc[w->cbp_table_index].table, MB_NON_INTRA_VLC_BITS, 3);
733 if (code < 0) 734 if (code < 0)