[vlmc-devel] commit: Effect: Add parameter to the internal list. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Fri Aug 20 00:55:07 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Aug 19 20:51:53 2010 +0200| [bd7271343ac83a69b63b6fea96c3ab06dcdf12d2] | committer: Hugo Beauzée-Luyssen 

Effect: Add parameter to the internal list.

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

 src/EffectsEngine/Effect.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/EffectsEngine/Effect.cpp b/src/EffectsEngine/Effect.cpp
index 3f2e318..93c7dd3 100644
--- a/src/EffectsEngine/Effect.cpp
+++ b/src/EffectsEngine/Effect.cpp
@@ -93,6 +93,7 @@ Effect::load()
     {
         f0r_param_info_t    *param = new f0r_param_info_t;
         m_f0r_get_param_info( param, i );
+        m_params.push_back( param );
     }
     return true;
 }



More information about the Vlmc-devel mailing list