Forgot to reenable FindAudioSync.

This commit is contained in:
Johns 2012-02-11 18:29:20 +01:00
parent a91533f6d1
commit 616cd9e133
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ int PlayAudio(const uint8_t * data, int size, uint8_t id)
avpkt->data = (void *)data;
avpkt->size = size;
n = FindAudioSync(avpkt);
if (1 && n < 0) {
if (n < 0) {
return osize;
}