Test description:
	The NvJpg "sanity" test exercises many important APIs of the nn::nvjpg namespace.

Build instruction:
	time nact platforms=NXFP2-a32,NXFP2-a64 specs=NX BUILD=Develop,Release -d Tests/Multimedia/Sources/Tests/NvJpgSanity

Run instruction:
	Can be run via Visual Studio using the accompanying VS project.
	or,
	Tools/CommandLineTools/RunOnTarget Tests/Outputs/NX-NXFP2-a64/Tests/testMultimedia_NvJpgSanity/Develop/testMultimedia_NvJpgSanity.nca <sdk>/Externals/multimedia/data/jpg/05_test1280x720_16x9.jpg
	or run from the NintendoTargetManager directly.
	The first command-line parameter is the absolute path to a JPG file. The test doesn't display anything on the SDEV screen, the terminal output is the only way to know what's happening.

Pass condition:
	It doesn't take much to pass the tests presently. The failure condition is pretty much that it crashed.

Remarks:
	The comparison test is a work in progress, because at the time it was written, it was based on the libjpeg documentation supplied with NvJpg, which is not accurate for NvJpg.

	PCFS mode was used to develop the test. It can be modified to support SD card and network file access.
