Hi,
My link chain consists of
decoder -> mpscalar->scaler->nsf->dsp->encoder
When I use a sample which starts at a resolution of 2592X1944 and then in the middle switches to a resolution of 1920x1080 (in other words, the mpscalar no longer needs to be used for the 2nd part of the stream) the scalar returns an error, asserts, and stops.
The error is -3 (FVID2_EINVALID_PARAMS) and its returned from the call to FVID2_processFrames in function SclrLink_drvSubmitData
Is there some operation I need to perform on the scalar when the MPSCALAR is no longer being used on the frames and is merely "pass through" ???
I should mention I am using DVRRDK_03.50.00.08
many thanks!
Aaron