mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 12:39:55 +00:00
Remove a redundant check
This commit is contained in:
parent
dd20db5dc2
commit
254a623319
@ -316,9 +316,6 @@ class MovieAudioDecoder : public MWSound::Sound_Decoder
|
|||||||
}
|
}
|
||||||
av_free_packet(pkt);
|
av_free_packet(pkt);
|
||||||
|
|
||||||
if(is->quit)
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
/* next packet */
|
/* next packet */
|
||||||
if(is->audioq.get(pkt, is) < 0)
|
if(is->audioq.get(pkt, is) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user