]> git.sesse.net Git - vlc/blobdiff - include/input_ext-dec.h
* Using i_id instead of i_stream_id whenever possible ;
[vlc] / include / input_ext-dec.h
index 29a18499f171e7154eb2300db4c6c0ef2d000fa8..455374f186eef57cd134e1940069bc72bd76edb8 100644 (file)
@@ -2,7 +2,7 @@
  * input_ext-dec.h: structures exported to the VideoLAN decoders
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: input_ext-dec.h,v 1.4 2000/12/21 19:24:26 massiot Exp $
+ * $Id: input_ext-dec.h,v 1.5 2000/12/22 17:53:30 massiot Exp $
  *
  * Authors:
  *
@@ -441,7 +441,7 @@ static __inline__ void GetChunk( bit_stream_t * p_bit_stream,
  *****************************************************************************/
 typedef struct decoder_config_s
 {
-    u16                     i_stream_id;
+    u16                     i_id;
     u8                      i_type;         /* type of the elementary stream */
 
     struct stream_ctrl_s *  p_stream_ctrl;