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:
parent
56853d6ff1
commit
beb89275f5
@ -99,7 +99,7 @@ mp3Decoder::mp3Decoder()
|
||||
fBitRate = 0;
|
||||
fChannelCount = 0;
|
||||
fOutputBufferSize = 0;
|
||||
fNeedSync = false;
|
||||
fNeedSync = true; // some files start with garbage
|
||||
fDecodingError = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user