MGH_HAS_VIDEO
Function
MGH_HAS_VIDEO
Purpose
Determine whether the current IDL environment supports the IDLffVideoWrite
class and (optionally) the specified format and codec
Calling Sequence
result = mgh_has_video(FORMAT=format, CODEC=codec)
Return Value
This function returns 1 if the specified funtionality is supported, 0 otherwise.
###########################################################################
Copyright (c) 2013 NIWA:
http://www.niwa.co.nz/
Licensed under the MIT open source license:
http://www.opensource.org/licenses/mit-license.php
###########################################################################
Modification History
Mark Hadfield, 2001=06:
Written.