[vlc-commits] Atmo: remove misleading comment about vlc_object_find()

Rémi Denis-Courmont git at videolan.org
Tue Mar 29 17:25:13 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar 29 13:52:41 2011 +0300| [a95553a1b9725e1f475bd501cd442200e8483604] | committer: Rémi Denis-Courmont

Atmo: remove misleading comment about vlc_object_find()

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a95553a1b9725e1f475bd501cd442200e8483604
---

 modules/video_filter/atmo/atmo.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/atmo/atmo.cpp b/modules/video_filter/atmo/atmo.cpp
index 461a2a0..6ff52af 100644
--- a/modules/video_filter/atmo/atmo.cpp
+++ b/modules/video_filter/atmo/atmo.cpp
@@ -2535,7 +2535,7 @@ static void AddStateVariableCallback(filter_t *p_filter)
 *****************************************************************************
 * Delete the callback function to the "state" variable of the input thread...
 * first find the PlayList and get the input thread from there to attach
-* my callback? is vlc_object_find the right way for this??
+* my callback.
 *****************************************************************************/
 static void DelStateVariableCallback( filter_t *p_filter )
 {



More information about the vlc-commits mailing list