[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 164, Mon May 6 10:07:19 2002 UTC revision 168, Thu May 9 00:15:51 2002 UTC
# Line 41  Line 41 
41    *                                                                                                                                                        *    *                                                                                                                                                        *
42    *  Revision history:                                                         *    *  Revision history:                                                         *
43    *                                                                                                                                                        *    *                                                                                                                                                        *
44      *  08.05.2002  add low_delay support for B_VOP decode                                            *
45      *              MinChen <chenm001@163.com>                                    *
46    *  06.05.2002 low_delay                                                      *    *  06.05.2002 low_delay                                                      *
47    *  06.05.2002 fixed fincr/fbase error                                        *    *  06.05.2002 fixed fincr/fbase error                                        *
48    *  01.05.2002 added BVOP support to BitstreamWriteVopHeader                  *    *  01.05.2002 added BVOP support to BitstreamWriteVopHeader                  *
# Line 224  Line 226 
226                          {                          {
227                                  DEBUG("+ vol_control_parameters");                                  DEBUG("+ vol_control_parameters");
228                                  BitstreamSkip(bs, 2);                                           // chroma_format                                  BitstreamSkip(bs, 2);                                           // chroma_format
229                                  BitstreamSkip(bs, 1);                                           // low_delay                                  dec->low_delay=BitstreamGetBit(bs);                     // low_delay
230                                  if (BitstreamGetBit(bs))                                        // vbv_parameters                                  if (BitstreamGetBit(bs))                                        // vbv_parameters
231                                  {                                  {
232                                          DEBUG("+ vbv_parameters");                                          DEBUG("+ vbv_parameters");

Legend:
Removed from v.164  
changed lines
  Added in v.168

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