Commit e9dfc109 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Rémi Denis-Courmont

Document another issue

parent 528d049a
...@@ -406,6 +406,7 @@ void __config_PutFloat( vlc_object_t *p_this, ...@@ -406,6 +406,7 @@ void __config_PutFloat( vlc_object_t *p_this,
***************************************************************************** *****************************************************************************
* FIXME: This function really needs to be optimized. * FIXME: This function really needs to be optimized.
* FIXME: And now even more. * FIXME: And now even more.
* FIXME: remove p_this pointer parameter (or use it)
*****************************************************************************/ *****************************************************************************/
module_config_t *config_FindConfig( vlc_object_t *p_this, const char *psz_name ) module_config_t *config_FindConfig( vlc_object_t *p_this, const char *psz_name )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment