Yuy, herkenning door mplayer van de h264-data

This commit is contained in:
Erik Zandvliet 2011-08-01 21:42:37 +02:00
parent 9de298ca44
commit 9af2bc0d93
2 changed files with 13 additions and 12 deletions

View file

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