]> git.sesse.net Git - vlc/blobdiff - modules/misc/dummy/decoder.c
* include/vlc_common.h:
[vlc] / modules / misc / dummy / decoder.c
index 8c2c0aeee64e1bc457461c2c188c813c0f079731..cbd400a890fad3770f9601ae2da3c63d5a2384a5 100644 (file)
@@ -2,15 +2,15 @@
  * dec_dummy.c: dummy decoder plugin for vlc.
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: decoder.c,v 1.6 2003/09/02 20:19:26 gbazin Exp $
+ * $Id: decoder.c,v 1.7 2003/10/25 00:49:14 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
- *      
+ *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -66,7 +66,7 @@ int E_(OpenDecoder) ( vlc_object_t *p_this )
  *****************************************************************************/
 static int Run ( decoder_fifo_t *p_fifo )
 {
-    u8           p_buffer[1024];
+    uint8_t p_buffer[1024];
 
     bit_stream_t bit_stream;
     mtime_t      last_date = mdate();