]> git.sesse.net Git - vlc/commitdiff
Typo (vout).
authorLaurent Aimar <fenrir@videolan.org>
Sun, 18 Apr 2010 01:55:52 +0000 (03:55 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 18 Apr 2010 12:58:37 +0000 (14:58 +0200)
src/video_output/video_output.c

index 83dad1c3406f137747c9c229e0fec6c661fff8b8..d6370dbbf78b285b1d7de0972a907ffa2fce3bae 100644 (file)
@@ -757,9 +757,6 @@ spu_t *vout_GetSpu( vout_thread_t *p_vout )
  * modified inside this function.
  * XXX You have to enter it with change_lock taken.
  *****************************************************************************/
-static int ChromaCreate( vout_thread_t *p_vout );
-static void ChromaDestroy( vout_thread_t *p_vout );
-
 static int InitThread( vout_thread_t *p_vout )
 {
     int i;