Fix typo in last commit

Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
Alexis Maiquez 2023-02-07 00:05:13 +01:00
parent 3df27e289b
commit b79444cdd9

View File

@ -272,7 +272,7 @@ void CAudioStream::dequeuePacket (AVPacket* output)
ret = av_fifo_read (this->m_queue->packetList, &entry, 1);
#else
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
// enough data available, read it