MediaDecoderTest:
---------------------------

MediaDecoderTest is used to test Decoder API's. It takes .mp4 file as an input and 
plays back video on NX hardware. It was originally a sample but has been ported
to a test for conformance testing.


How to build MediaDecoderTest:
------------------------------
	time nact platforms=NXFP2-a32,NXFP2-a64 specs=NX BUILD=Develop,Release -d Tests/Multimedia/Sources/Tests/MediaDecoderTest


How to run MediaDecoderTest:
------------------------------
	Can be run via Visual Studio using the accompanying VS project.
	or,
	Tools/CommandLineTools/RunOnTarget Tests/Outputs/NX-NXFP2-a64/Tests/testMultimedia_MediaDecoderTest/Develop/testMultimedia_MediaDecoderTest.nsp <sdk>/Externals/multimedia/data/mp4/5s_h264_1080x1920_5_1_aac_2ch.mp4
	or run from the NintendoTargetManager directly.
	The first command-line parameter is the absolute path to a media file. Any file supported by the nn::mm::Player should work.

Command line inputs:
--------------------

 <MediaDecoderTest executable> <media path> -me <media extension> -l
    Media extension options: Any one of [ mp4 m4a webm mkv ogg ivf h264 ]
    -l 1 Enable looping of Playback
    -l 0 Disable looping of Playback
    -aging 0 Disable aging test (Aging test: Repeated playback by destroying decoder, extractor and other resources in each iteration)
    -aging 1 Enable aging test (Aging test: Repeated playback by destroying decoder, extractor and other resources in each iteration)
    -norender Disables audio and video output (intended as a performance test of the decoder)
	-use-buffer-api Use the extractor's direct buffer SetDataSource api 
	-reset <count> 