j
k
j a
j l
Matt Weber mweber@acumalabs.com wrote:
decoder->sync = syncDat[0];
Should perhaps be:
decoder->sync = &syncDat[0];
or even
decoder->sync = syncDat;
Have fun... ;-)
Back to the thread
Back to the list