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

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

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

revision 1234, Mon Dec 1 13:16:43 2003 UTC revision 1235, Wed Dec 3 02:22:30 2003 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: bitstream.c,v 1.39.2.20 2003-11-30 16:13:15 edgomez Exp $   * $Id: bitstream.c,v 1.39.2.21 2003-12-03 02:22:30 Isibaar Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# 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.1234  
changed lines
  Added in v.1235

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