Sync Commit

This commit is contained in:
Erik Zandvliet 2011-08-01 21:19:46 +02:00
parent 9369f5f08f
commit c2c415d2ad
2 changed files with 26 additions and 13 deletions

View file

@ -438,7 +438,7 @@ int main( ) {
}
if( ( ( TempChar[1] & 0x40 ) ) && ( ( TempChar[1] & 0x1F ) << 8 ) + ( TempChar[2] ) ) {
fill_pes( PES, TempChar );
fill_pes( PES, TempChar, ( Adaption == 3 ? 4 + TempChar[4] : 4 ) );
print_pes( PES );
}