<div dir="ltr">Dear Sir:<div style>    About the implementation of function createJPEGHeader() in file JPEGVideoRTPSource.cpp, the 1st time the formula of determining the value of variable "tableSize" is:<br><br>
unsigned tableSize = numQtables == 1 ? qtlen : qtlen/2;<br><br>    I think it should be:</div><div style><br>unsigned tableSize = numQtables == 1 ? qtlen/2 : qtlen;<br></div><div style><br></div><div style>    It makes sense that the size of quantization table is 64 bytes long if there's only one quantization table. Would you please double check if my point is correct? Thank you very much.</div>
<div style><br></div><div style>Sincerely,<br>Nix Lo</div></div>