]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_vdec/video_decoder.c
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / mpeg_vdec / video_decoder.c
similarity index 99%
rename from src/video_decoder/video_decoder.c
rename to plugins/mpeg_vdec/video_decoder.c
index 9bf727ab81e193c1924fd8da8f764fbc0997f90c..9a7cde550d05ac31b7f756674c13a065f9031ad2 100644 (file)
@@ -2,7 +2,7 @@
  * video_decoder.c : video decoder thread
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: video_decoder.c,v 1.60 2001/10/11 16:12:43 massiot Exp $
+ * $Id: video_decoder.c,v 1.1 2001/11/13 12:09:18 henri Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Michel Lespinasse <walken@zoy.org>
 #include "common.h"
 #include "threads.h"
 #include "mtime.h"
-
 #include "intf_msg.h"
 
-#include "stream_control.h"
-#include "input_ext-dec.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 "video_decoder.h"
 #include "vpar_pool.h"