> About the implementation of function createJPEGHeader() in file
> JPEGVideoRTPSource.cpp, the 1st time the formula of determining the value of
> variable "tableSize" is:
>
> unsigned tableSize = numQtables == 1 ? qtlen : qtlen/2;
>
> I think it should be:
>
> unsigned tableSize = num
Dear Sir:
About the implementation of function createJPEGHeader() in file
JPEGVideoRTPSource.cpp, the 1st time the formula of determining the value
of variable "tableSize" is:
unsigned tableSize = numQtables == 1 ? qtlen : qtlen/2;
I think it should be:
unsigned tableSize = numQtables ==