]> git.sesse.net Git - vlc/blobdiff - include/vlc/decoder.h
* ALL: Introduction of a new api for decoders.
[vlc] / include / vlc / decoder.h
index 473d81205d765277b6b49b889032b085730081b3..e6b98a684df62db7854b225755f934f36976f533 100644 (file)
@@ -2,7 +2,7 @@
  * decoder.h: header for vlc decoders
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: decoder.h,v 1.1 2002/06/01 12:31:58 sam Exp $
+ * $Id: decoder.h,v 1.2 2003/09/02 20:19:25 gbazin Exp $
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -34,6 +34,7 @@ extern "C" {
 /*****************************************************************************
  * Required internal headers
  *****************************************************************************/
+#include "vlc_block.h"
 #include "stream_control.h"
 #include "input_ext-dec.h"