[mythtv] This piece of code is driving me nuts!

Gary Buhrmaster gary.buhrmaster at gmail.com
Fri Nov 18 19:31:38 UTC 2016


On Fri, Nov 18, 2016 at 5:53 PM, roger <roger at beardandsandals.co.uk> wrote:
> This piece of code in mpgestreamdata.cpp is driving me nuts.

I suspect that you have not looked at the implementation
of a Qt vector resize method, which only sets values for
new elements.  So, from quick look, it sets the initial
(0-31, depending on endz) elements to 0x00, and than
the rest (to 32) to 0xff.

Or maybe I am as confused as you are.


More information about the mythtv-dev mailing list