Synchronize even at begin of the file, some avi files contain garbage at the beginning

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21443 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2007-06-17 20:14:00 +00:00
parent 56853d6ff1
commit beb89275f5

View File

@ -99,7 +99,7 @@ mp3Decoder::mp3Decoder()
fBitRate = 0;
fChannelCount = 0;
fOutputBufferSize = 0;
fNeedSync = false;
fNeedSync = true; // some files start with garbage
fDecodingError = false;
}