~ubuntu-branches/ubuntu/natty/vlc/natty

« back to all changes in this revision

Viewing changes to modules/misc/dummy/dummy.h

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-06-25 01:09:16 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20100625010916-asxhep2mutg6g6pd
Tags: 1.1.0-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - build and install the libx264 plugin
  - add Xb-Npp header to vlc package
  - Add apport hook to include more vlc dependencies in bug reports
* Drop xulrunner patches.
* Drop 502_xulrunner_191.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * dummy.h : dummy plugin for vlc
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2000, 2001, 2002 the VideoLAN team
5
 
 * $Id: 09f8972dc765607a60c17b5e40b7e6a8929a01d4 $
 
5
 * $Id: 97837e962779e34c5631279850782a17d2b31132 $
6
6
 *
7
7
 * Authors: Samuel Hocevar <sam@zoy.org>
8
8
 *
26
26
 *****************************************************************************/
27
27
int  OpenIntf     ( vlc_object_t * );
28
28
 
29
 
int  OpenAccess   ( vlc_object_t * );
30
 
 
31
29
int  OpenDemux    ( vlc_object_t * );
32
30
void CloseDemux   ( vlc_object_t * );
33
31
 
41
39
int  OpenAudio    ( vlc_object_t * );
42
40
 
43
41
int  OpenVideo    ( vlc_object_t * );
 
42
int  OpenVideoStat( vlc_object_t * );
 
43
void CloseVideo   ( vlc_object_t * );
44
44
 
45
45
int  OpenRenderer ( vlc_object_t * );