]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_vdec/video_parser.h
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / mpeg_vdec / video_parser.h
similarity index 99%
rename from src/video_decoder/video_parser.h
rename to plugins/mpeg_vdec/video_parser.h
index a86784d2ba8d6024f3669ce765bc152b0466e3c1..2e4cc3c2c5fca950be557b37b17a06f318660f87 100644 (file)
@@ -2,7 +2,7 @@
  * video_parser.h : video parser thread
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: video_parser.h,v 1.16 2001/10/11 13:19:27 massiot Exp $
+ * $Id: video_parser.h,v 1.1 2001/11/13 12:09:18 henri Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Jean-Marc Dressler <polux@via.ecp.fr>
@@ -309,7 +309,7 @@ typedef struct vpar_thread_s
 
     /* Input properties */
     decoder_fifo_t *        p_fifo;                        /* PES input fifo */
-    vdec_config_t *         p_config;
+    decoder_config_t *      p_config;
 
     /* Output properties */
     vout_thread_t *         p_vout;                   /* video output thread */