[vlc-commits] [Git][videolan/vlc][master] libvlc: fix documentation for libvlc_InternalDestroy

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Apr 28 12:46:35 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
92724b35 by Alexandre Janniaux at 2022-04-28T12:31:44+00:00
libvlc: fix documentation for libvlc_InternalDestroy

This doesn't imply anything more on the thread system and just
deallocate memory, so there is no need to add that much constraint on
the function usage.

- - - - -


1 changed file:

- src/libvlc.c


Changes:

=====================================
src/libvlc.c
=====================================
@@ -404,10 +404,7 @@ void libvlc_InternalCleanup( libvlc_int_t *p_libvlc )
 }
 
 /**
- * Destroy everything.
- * This function requests the running threads to finish, waits for their
- * termination, and destroys their structure.
- * It stops the thread systems: no instance can run after this has run
+ * Destroy libvlc instance.
  * \param p_libvlc the instance to destroy
  */
 void libvlc_InternalDestroy( libvlc_int_t *p_libvlc )



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/92724b3553b1cb7ac44565fd8365f8793a2456d3

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/92724b3553b1cb7ac44565fd8365f8793a2456d3
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list