Commit 0a87bd0 1 parent 76cd71b commit 0a87bd0 Copy full SHA for 0a87bd0
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,12 @@ AVIAMFAudioElement *av_iamf_audio_element_alloc(void);
385
385
*/
386
386
AVIAMFLayer * av_iamf_audio_element_add_layer (AVIAMFAudioElement * audio_element );
387
387
388
+ /**
389
+ * Free an AVIAMFAudioElement and all its contents.
390
+ *
391
+ * @param audio_element pointer to pointer to an allocated AVIAMFAudioElement.
392
+ * upon return, *audio_element will be set to NULL.
393
+ */
388
394
void av_iamf_audio_element_free (AVIAMFAudioElement * * audio_element );
389
395
390
396
/**
@@ -617,6 +623,12 @@ AVIAMFSubmixElement *av_iamf_submix_add_element(AVIAMFSubmix *submix);
617
623
*/
618
624
AVIAMFSubmixLayout * av_iamf_submix_add_layout (AVIAMFSubmix * submix );
619
625
626
+ /**
627
+ * Free an AVIAMFMixPresentation and all its contents.
628
+ *
629
+ * @param mix_presentation pointer to pointer to an allocated AVIAMFMixPresentation.
630
+ * upon return, *mix_presentation will be set to NULL.
631
+ */
620
632
void av_iamf_mix_presentation_free (AVIAMFMixPresentation * * mix_presentation );
621
633
/**
622
634
* @}
You can’t perform that action at this time.
0 commit comments