]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_vdec/vpar_synchro.c
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / mpeg_vdec / vpar_synchro.c
similarity index 99%
rename from src/video_decoder/vpar_synchro.c
rename to plugins/mpeg_vdec/vpar_synchro.c
index c7b2ca98ea1338ba3232ffc571adc4e18efa925c..e431cec039b3881881b9ab055401a75738f69704 100644 (file)
@@ -2,7 +2,7 @@
  * vpar_synchro.c : frame dropping routines
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: vpar_synchro.c,v 1.5 2001/10/01 16:18:49 massiot Exp $
+ * $Id: vpar_synchro.c,v 1.1 2001/11/13 12:09:18 henri Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Samuel Hocevar <sam@via.ecp.fr>
 #include "common.h"
 #include "threads.h"
 #include "mtime.h"
-
 #include "intf_msg.h"
 
-#include "stream_control.h"
-#include "input_ext-dec.h"
+#include "main.h"
 
 #include "video.h"
 #include "video_output.h"
 
+#include "modules_export.h"
+#include "stream_control.h"
+#include "input_ext-dec.h"
+
 #include "vdec_ext-plugins.h"
 #include "vpar_pool.h"
 #include "video_parser.h"
 
-#include "main.h"
 
 /*
  * Local prototypes