Parent Directory
|
Revision Log
|
Patch
revision 156, Fri May 3 00:45:10 2002 UTC | revision 157, Fri May 3 08:37:55 2002 UTC | |
---|---|---|
# | Line 559 | Line 559 |
559 | } | } |
560 | } | } |
561 | ||
562 | *quant = BitstreamGetBits(bs, dec->quant_bits); // vop_quant | if((*quant = BitstreamGetBits(bs, dec->quant_bits)) < 1) // vop_quant |
563 | *quant = 1; | |
564 | ||
565 | //DEBUG1("quant", *quant); | //DEBUG1("quant", *quant); |
566 | ||
567 | if (coding_type != I_VOP) | if (coding_type != I_VOP) |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |