]> git.sesse.net Git - vlc/blobdiff - include/video_parser.h
Le retour du demoronifier qui n'est pas content.
[vlc] / include / video_parser.h
index a3e61a4e0ffedfb209f169d5124238993c5a65ca..89916b83ab6fc8abb2c8d403a6e475e26add8f86 100644 (file)
@@ -60,7 +60,7 @@ typedef struct video_buffer_s
 /*****************************************************************************
  * vpar_thread_t: video parser thread descriptor
  *****************************************************************************
- * ??
+ * XXX??
  *****************************************************************************/
 typedef struct vpar_thread_s
 {
@@ -72,8 +72,7 @@ typedef struct vpar_thread_s
     vlc_thread_t        thread_id;                /* id for thread functions */
 
     /* Thread configuration */
-    /* ?? */
- /*??*/
+    /* XXX?? */
 //    int *pi_status;
 
 
@@ -143,10 +142,10 @@ vpar_thread_t * vpar_CreateThread       ( /* video_cfg_t *p_cfg, */ input_thread
 void            vpar_DestroyThread      ( vpar_thread_t *p_vpar /*, int *pi_status */ );
 
 /* Time management functions */
-/* ?? */
+/* XXX?? */
 
 /* Dynamic thread settings */
-/* ?? */
+/* XXX?? */
 
 
 /*****************************************************************************