[cvs] / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /xvidcore/src/bitstream/mbcoding.c

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

revision 1.25.2.3, Sat Nov 2 15:52:30 2002 UTC revision 1.25.2.4, 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.1.25.2.3  
changed lines
  Added in v.1.25.2.4

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