[svn] / branches / release-1_3-branch / xvidcore / src / bitstream / bitstream.c Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/src/bitstream/bitstream.c

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

revision 1785, Tue Jul 24 09:43:10 2007 UTC revision 1891, Tue Aug 10 15:00:34 2010 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.58 2007-07-24 09:43:10 Isibaar Exp $   * $Id: bitstream.c,v 1.59 2010-08-10 15:00:06 Isibaar Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 1024  Line 1024 
1024                                                  version, build, dec->packed_mode);                                                  version, build, dec->packed_mode);
1025                          }                          }
1026    
1027                            if ((dec->bs_version == 0) && (build > 0) &&
1028                                    (build != 1393)) { /* non-xvid stream with xvid fourcc */
1029                                    dec->bs_version = 0xffff;
1030                            }
1031    
1032                  } else                                  /* start_code == ? */                  } else                                  /* start_code == ? */
1033                  {                  {
1034                          if (BitstreamShowBits(bs, 24) == 0x000001) {                          if (BitstreamShowBits(bs, 24) == 0x000001) {

Legend:
Removed from v.1785  
changed lines
  Added in v.1891

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