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

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

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

revision 1480, Fri Jul 9 14:54:28 2004 UTC revision 1547, Sat Sep 4 14:16:24 2004 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.45 2004-07-09 14:52:56 syskin Exp $   * $Id: bitstream.c,v 1.46 2004-09-04 14:16:24 edgomez Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 992  Line 992 
992    
993                          BitstreamSkip(bs, 32);  /* user_data_start_code */                          BitstreamSkip(bs, 32);  /* user_data_start_code */
994    
995                            memset(tmp, 0, 256);
996                          tmp[0] = BitstreamShowBits(bs, 8);                          tmp[0] = BitstreamShowBits(bs, 8);
997    
998                          for(i = 1; i < 256; i++){                          for(i = 1; i < 256; i++){

Legend:
Removed from v.1480  
changed lines
  Added in v.1547

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