Commit 5db40ebf authored by Sam Hocevar's avatar Sam Hocevar

* ./include/vdec_ext-plugins.h: removed this public header and put it

    in ./modules/codec/mpeg_video/.
parent f512682c
......@@ -1592,10 +1592,6 @@ SOURCE=..\..\include\threads.h
# End Source File
# Begin Source File
SOURCE="..\..\include\vdec_ext-plugins.h"
# End Source File
# Begin Source File
SOURCE=..\..\include\video.h
# End Source File
# Begin Source File
......
......@@ -2,7 +2,7 @@
* cinepak.c: cinepak video decoder
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: cinepak.c,v 1.1 2002/08/04 17:23:42 sam Exp $
* $Id: cinepak.c,v 1.2 2002/08/04 18:39:41 sam Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
......@@ -42,7 +42,6 @@
# include <sys/times.h>
#endif
#include "vdec_ext-plugins.h"
#include "cinepak.h"
/*****************************************************************************
......
......@@ -2,7 +2,7 @@
* ffmpeg.c: video decoder using ffmpeg library
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: ffmpeg.c,v 1.1 2002/08/04 17:23:42 sam Exp $
* $Id: ffmpeg.c,v 1.2 2002/08/04 18:39:41 sam Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
......@@ -42,7 +42,6 @@
# include <sys/times.h>
#endif
#include "vdec_ext-plugins.h"
#include "avcodec.h" /* ffmpeg */
#include "ffmpeg.h"
......
......@@ -2,7 +2,7 @@
* blocks.c : blocks parsing
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: blocks.c,v 1.1 2002/08/04 17:23:42 sam Exp $
* $Id: blocks.c,v 1.2 2002/08/04 18:39:41 sam Exp $
*
* Authors: Michel Lespinasse <walken@zoy.org>
* Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
......@@ -32,8 +32,7 @@
#include <vlc/vout.h>
#include <vlc/decoder.h>
#include "vdec_ext-plugins.h"
#include "plugins.h"
#include "decoder.h"
#include "pool.h"
#include "parser.h"
......
......@@ -2,7 +2,7 @@
* video_decoder.c : video decoder thread
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: decoder.c,v 1.1 2002/08/04 17:23:42 sam Exp $
* $Id: decoder.c,v 1.2 2002/08/04 18:39:41 sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Michel Lespinasse <walken@zoy.org>
......@@ -37,8 +37,7 @@
# include <unistd.h> /* getpid() */
#endif
#include "vdec_ext-plugins.h"
#include "plugins.h"
#include "decoder.h"
#include "pool.h"
#include "parser.h"
......
......@@ -2,7 +2,7 @@
* vpar_headers.c : headers parsing
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: headers.c,v 1.1 2002/08/04 17:23:42 sam Exp $
* $Id: headers.c,v 1.2 2002/08/04 18:39:41 sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Stphane Borel <stef@via.ecp.fr>
......@@ -32,8 +32,7 @@
#include <vlc/vout.h>
#include <vlc/decoder.h>
#include "vdec_ext-plugins.h"
#include "plugins.h"
#include "decoder.h"
#include "pool.h"
#include "parser.h"
......
......@@ -2,7 +2,7 @@
* video_parser.c : video parser thread
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: parser.c,v 1.1 2002/08/04 17:23:42 sam Exp $
* $Id: parser.c,v 1.2 2002/08/04 18:39:41 sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
......@@ -42,8 +42,7 @@
# include <sys/times.h>
#endif
#include "vdec_ext-plugins.h"
#include "plugins.h"
#include "decoder.h"
#include "pool.h"
#include "parser.h"
......
......@@ -2,7 +2,7 @@
* vdec_ext-plugins.h : structures from the video decoder exported to plug-ins
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vdec_ext-plugins.h,v 1.14 2002/07/20 18:01:41 sam Exp $
* $Id: plugins.h,v 1.1 2002/08/04 18:39:41 sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
......
......@@ -2,7 +2,7 @@
* vpar_pool.c : management of the pool of decoder threads
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: pool.c,v 1.1 2002/08/04 17:23:42 sam Exp $
* $Id: pool.c,v 1.2 2002/08/04 18:39:41 sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
......@@ -31,8 +31,7 @@
#include <vlc/vout.h>
#include <vlc/decoder.h>
#include "vdec_ext-plugins.h"
#include "plugins.h"
#include "decoder.h"
#include "pool.h"
#include "parser.h"
......
......@@ -2,7 +2,7 @@
* vpar_synchro.c : frame dropping routines
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: synchro.c,v 1.1 2002/08/04 17:23:42 sam Exp $
* $Id: synchro.c,v 1.2 2002/08/04 18:39:41 sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
......@@ -101,8 +101,7 @@
#include <vlc/vout.h>
#include <vlc/decoder.h>
#include "vdec_ext-plugins.h"
#include "plugins.h"
#include "decoder.h"
#include "pool.h"
#include "parser.h"
......
......@@ -2,7 +2,7 @@
* objects.c: vlc_object_t handling
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: objects.c,v 1.12 2002/07/31 20:56:53 sam Exp $
* $Id: objects.c,v 1.13 2002/08/04 18:39:41 sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
......@@ -37,8 +37,6 @@
#include "video.h"
#include "video_output.h"
#include "vdec_ext-plugins.h"
#include "audio_output.h"
#include "vlc_playlist.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment