mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-02 03:40:13 +00:00
print quantization precision parsing JPEG DQT
This commit is contained in:
parent
3d6aab3ed8
commit
bbff1262e9
@ -77,7 +77,7 @@ class MJPEGVideoSource : public JPEGVideoSource
|
||||
memcpy(m_qTable + quantSize*quantIdx, fTo + i + 5, quantSize);
|
||||
if (quantSize*quantIdx+quantSize > m_qTableSize) {
|
||||
m_qTableSize = quantSize*quantIdx+quantSize;
|
||||
LOG(NOTICE) << "Quantization table idx:" << quantIdx << " size:" << quantSize << " total size:" << m_qTableSize;
|
||||
LOG(NOTICE) << "Quantization table idx:" << quantIdx << " precision:" << m_precision << " size:" << quantSize << " total size:" << m_qTableSize;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user