mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
Fix typo in last commit
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
parent
3df27e289b
commit
b79444cdd9
@ -272,7 +272,7 @@ void CAudioStream::dequeuePacket (AVPacket* output)
|
|||||||
ret = av_fifo_read (this->m_queue->packetList, &entry, 1);
|
ret = av_fifo_read (this->m_queue->packetList, &entry, 1);
|
||||||
#else
|
#else
|
||||||
if (av_fifo_size (this->m_queue->packetList) >= sizeof (entry))
|
if (av_fifo_size (this->m_queue->packetList) >= sizeof (entry))
|
||||||
ret = av_fifo_generic_read (this->n_queue->packetList, &entry, sizeof (entry), nullptr);
|
ret = av_fifo_generic_read (this->m_queue->packetList, &entry, sizeof (entry), nullptr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// enough data available, read it
|
// enough data available, read it
|
||||||
|
Loading…
Reference in New Issue
Block a user