
MJPEG Playback SW test is used to test MJPEG decoder feature for SW jpeg decoder path.
The color format of decoded output of Mjpeg playback is RGB32.  

Steps to build
______________

Build Mjpeg decoder from <sdk>\Tests\Multimedia\Sources\Tests\MjpegPlaybackSw folder using below nact command 

nact platforms=NXFP2 specs=NX BUILD=Release,Develop

Steps to run 
_____________
Run <sdk>\Tests\Outputs\<NX-NXFP2-a32/a64>\Tests\testMultimedia_MjpegPlaybackSw\<Develop/Release>\testMultimedia_MjpegPlaybackSw.nsp

Command line parameter : 

--in <MJPGE/AVI file> --out <Output path>

--in <MJPGE/AVI file> : Input AVI/MJPEG file path

--out <Output path> : Output path to dump decoded avi.00**.rgb files. 

--no-output-files : don't dump decoded frames (handy for automated testing)


eg : --in C:\temp\foo_final.avi --out C:\temp\
     --in sdcard:/foo_final.avi --out sdcard:/temp/
     --in sdcard:/foo_final.avi --no-output-files

The output RGB files avi.00**.rgb will be saved at the output location (unless "--no-output-files" was specified).