1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Remove a redundant check

This commit is contained in:
Chris Robinson 2012-12-16 03:09:24 -08:00
parent dd20db5dc2
commit 254a623319

View File

@ -316,9 +316,6 @@ class MovieAudioDecoder : public MWSound::Sound_Decoder
}
av_free_packet(pkt);
if(is->quit)
return -1;
/* next packet */
if(is->audioq.get(pkt, is) < 0)
return -1;