[vlc-devel] [Videolan-devel] [PATCH] Add Dynamic CSA update functionality

Rémi Denis-Courmont rdenis at simphalempin.com
Wed Jun 4 17:23:50 CEST 2008


	Hello,

+        int i_res = VLC_EGENERIC;
+
+        p_sys->csa = csa_New();
+
+        i_res = csa_SetCW( ...

Don't set variables if you never use the value.
There are several occurences of this.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list