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