]> git.sesse.net Git - vlc/blobdiff - include/vdec_idct.h
Ajout du framebuffer (initialisation/terminaison) - ne fonctionne pas en VESA.
[vlc] / include / vdec_idct.h
index 2a342ecf2db0e6bde5bd2af0c392d4302b04059c..75e61ce937443a2773cebdc5c163284ab270333d 100644 (file)
@@ -147,6 +147,6 @@ typedef void (*f_idct_t)( struct vdec_thread_s *, elem_t*, int );
  * Prototypes
  *****************************************************************************/
 void vdec_DummyIDCT( struct vdec_thread_s *, elem_t*, int );
-void vdec_InitIDCT (struct vdec_thread_s * p_vdec)
+void vdec_InitIDCT (struct vdec_thread_s * p_vdec);
 void vdec_SparseIDCT( struct vdec_thread_s *, elem_t*, int );
 void vdec_IDCT( struct vdec_thread_s *, elem_t*, int );