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

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

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

revision 619, Sat Nov 2 15:52:31 2002 UTC revision 622, Sun Nov 3 01:43:32 2002 UTC
# Line 69  Line 69 
69  VLC DCT3Dinter[4096];  VLC DCT3Dinter[4096];
70    
71  /* not really MB related, but VLCs are only available here */  /* not really MB related, but VLCs are only available here */
72  void inline bs_put_spritetrajectory(Bitstream * bs,  void bs_put_spritetrajectory(Bitstream * bs, const int val)
                           const int val)  
73  {  {
74          const int code = sprite_trajectory_code[val+16384].code;          const int code = sprite_trajectory_code[val+16384].code;
75          const int len = sprite_trajectory_code[val+16384].len;          const int len = sprite_trajectory_code[val+16384].len;

Legend:
Removed from v.619  
changed lines
  Added in v.622

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