[svn] / branches / dev-api-4 / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/bitstream/mbcoding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1112, Wed Aug 6 09:08:37 2003 UTC revision 1113, Wed Aug 6 20:28:18 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: mbcoding.c,v 1.44.2.12 2003-06-09 13:52:12 edgomez Exp $   * $Id: mbcoding.c,v 1.44.2.13 2003-08-06 20:25:04 chl Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 1581  Line 1581 
1581  VLC sprite_trajectory_len[15] = {  VLC sprite_trajectory_len[15] = {
1582          { 0x00 , 2},          { 0x00 , 2},
1583          { 0x02 , 3}, { 0x03, 3}, { 0x04, 3}, { 0x05, 3}, { 0x06, 3},          { 0x02 , 3}, { 0x03, 3}, { 0x04, 3}, { 0x05, 3}, { 0x06, 3},
1584          { 0x0E , 4}, { 0x1E, 5}, { 0x3E, 6}, { 0x7F, 7}, { 0xFE, 8},          { 0x0E , 4}, { 0x1E, 5}, { 0x3E, 6}, { 0x7E, 7}, { 0xFE, 8},
1585          { 0x1FE, 9}, {0x3FE,10}, {0x7FE,11}, {0xFFE,12} };          { 0x1FE, 9}, {0x3FE,10}, {0x7FE,11}, {0xFFE,12} };
1586    
1587    

Legend:
Removed from v.1112  
changed lines
  Added in v.1113

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4