mmplaylist_supported_fmts_release()

Release memory for the list of supported playlist formats

Synopsis:

#include <mm/mmplaylist.h>
int mmplaylist_supported_fmts_release(mmplaylist_fmt_list_t *extn_list)

Arguments:

extn_list
The list of supported playlist formats.

Library:

libmmplaylist

Description:

This function releases the memory for the data structure containing the list of supported playlist formats. This memory was allocated in an earlier mmplaylist_supported_fmts_get() call.

Returns:

0 Success.

-1 An error occurred (call mmplaylist_last_error_get() for details).