AVISaveOptionsFree  2D3L_6L 

The AVISaveOptionsFree function frees the resources allocated by the AVISaveOptionsHV4_OX function.

LONG AVISaveOptionsFree(

    int nStreams,

 

    LPAVICOMPRESSOPTIONS *plpOptions

 

   );

 

 

Parameters

nStreams

Count of the AVICOMPRESSOPTIONSMY1MC structures referenced in plpOptions.

plpOptions

Address of an array of pointers to AVICOMPRESSOPTIONS structures. These structures hold the compression options set by the dialog box. The resources allocated by AVISaveOptions for each of these structures will be freed.

 

Return Values

Returns AVIERR_OK.

See Also

AVISaveOptions, AVICOMPRESSOPTIONS