~ubuntu-branches/ubuntu/maverick/vlc/maverick

« back to all changes in this revision

Viewing changes to modules/access/vcdx/vcd.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:
3
3
 *         using libcdio, libvcd and libvcdinfo
4
4
 *****************************************************************************
5
5
 * Copyright (C) 2003, 2004 the VideoLAN team
6
 
 * $Id: 23685cfe8bd9ff448a216919643617b2f073b56c $
 
6
 * $Id: caf31ad69f16e05508f8e158ce0f835192a3d737 $
7
7
 *
8
8
 * Authors: Rocky Bernstein <rocky@panix.com>
9
9
 *
23
23
 *****************************************************************************/
24
24
 
25
25
#include <libvcd/info.h>
 
26
#include <vlc_interface.h>
26
27
 
27
28
#define VCD_MRL_PREFIX "vcdx://"
28
29
 
29
30
/*****************************************************************************
30
31
 * vcd_data_t: structure for communication between access and intf.
31
32
 *****************************************************************************/
32
 
typedef struct
33
 
{
 
33
typedef struct {
34
34
#ifdef FINISHED
35
35
    vcdplay_ptr             vmg;
36
36
#endif
53
53
} vcd_data_t;
54
54
 
55
55
int  VCDSetArea      ( access_t * );
56
 
int  VCDSeek         ( access_t *, off_t );
 
56
int  VCDSeek         ( access_t *, uint64_t );