Parent Directory
|
Revision Log
|
Patch
revision 1.37.2.4, Fri Oct 11 00:44:49 2002 UTC | revision 1.37.2.5, Fri Oct 11 15:07:32 2002 UTC | |
---|---|---|
# | Line 1385 | Line 1385 |
1385 | ||
1386 | BitstreamInit(&bs, frame->bitstream, frame->length); | BitstreamInit(&bs, frame->bitstream, frame->length); |
1387 | ||
1388 | if(BitstreamShowBits(&bs, 8) == 0x7f) { | if(BitstreamShowBits(&bs, 8) == 0x7f) |
1389 | BitstreamGetBits(&bs, 8); | return XVID_ERR_OK; |
return XVID_ERR_FAIL; | ||
} | ||
1390 | ||
1391 | // add by chenm001 <chenm001@163.com> | // add by chenm001 <chenm001@163.com> |
1392 | // for support B-frame to reference last 2 frame | // for support B-frame to reference last 2 frame |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |