Parent Directory
|
Revision Log
|
Patch
revision 1.25, Fri Jul 19 13:34:32 2002 UTC | revision 1.26, Wed Jul 24 00:49:16 2002 UTC | |
---|---|---|
# | Line 446 | Line 446 |
446 | ||
447 | ||
448 | if (vol_ver_id != 1) { | if (vol_ver_id != 1) { |
449 | dec->quarterpel = BitstreamGetBit(bs); // quarter_sampe | DEBUG("QUARTERPEL BITSTREAM"); |
450 | if (dec->quarterpel) { | dec->quarterpel = BitstreamGetBit(bs); // quarter_sample |
DPRINTF(DPRINTF_ERROR, "quarter_sample not supported"); | ||
451 | } | } |
452 | } else { | else |
453 | dec->quarterpel = 0; | dec->quarterpel = 0; |
454 | } | |
455 | ||
456 | if (!BitstreamGetBit(bs)) // complexity_estimation_disable | if (!BitstreamGetBit(bs)) // complexity_estimation_disable |
457 | { | { |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |