cudacodec::VideoReader add colour format selection functionality
* Add capacity to select different colour formats for each decoded frame produced by cudacodec::VideoReader.
Updated accompanying test.
* Address warning
PROP_NUMBER_OF_RAW_PACKAGES_SINCE_LAST_GRAB=3,//!< Number of raw packages recieved since the last call to grab().
PROP_RAW_MODE=4,//!< Status of raw mode.
PROP_LRF_HAS_KEY_FRAME=5,//!< FFmpeg source only - Indicates whether the Last Raw Frame (LRF), output from VideoReader::retrieve() when VideoReader is initialized in raw mode, contains encoded data for a key frame.
PROP_COLOR_FORMAT=6,//!< Set the ColorFormat of the decoded frame. This can be changed before every call to nextFrame() and retrieve().
#ifndef CV_DOXYGEN
PROP_NOT_SUPPORTED
#endif
};
/** @brief ColorFormat for the frame returned by the decoder.