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

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

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

revision 1.39.2.20, Sun Nov 30 16:13:15 2003 UTC revision 1.39.2.21, Wed Dec 3 02:22:30 2003 UTC
# Line 1106  Line 1106 
1106           * byte aligned, and that always 1-8 padding bits have been written           * byte aligned, and that always 1-8 padding bits have been written
1107           */           */
1108    
     if (pParam->profile) {  
1109              BitstreamPutBits(bs, VISOBJSEQ_START_CODE, 32);              BitstreamPutBits(bs, VISOBJSEQ_START_CODE, 32);
1110              BitstreamPutBits(bs, pParam->profile, 8);              BitstreamPutBits(bs, pParam->profile, 8);
     }  
1111    
1112          /* visual_object_start_code */          /* visual_object_start_code */
1113          BitstreamPad(bs);          BitstreamPad(bs);

Legend:
Removed from v.1.39.2.20  
changed lines
  Added in v.1.39.2.21

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