Re: [Live-devel] Report one possible bug about function createJPEGHeader()

2013-06-17 Thread Ross Finlayson
> 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

[Live-devel] Report one possible bug about function createJPEGHeader()

2013-06-17 Thread Nix Lo
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 ==