diff options
| author | Rocky Bernstein <rockyb@users.sourceforge.net> | 2004-12-30 09:05:57 +0000 |
|---|---|---|
| committer | Rocky Bernstein <rockyb@users.sourceforge.net> | 2004-12-30 09:05:57 +0000 |
| commit | b875106199bfd4dcf823ac02048eb99b9cb4c341 (patch) | |
| tree | 5d181124135c916aca93ee2d4210a500b9563743 /src/input/vcd/vcdplayer.h | |
| parent | c5a2566db7e9a18dee1d2e331269bc178856d666 (diff) | |
| download | xine-lib-b875106199bfd4dcf823ac02048eb99b9cb4c341.tar.gz xine-lib-b875106199bfd4dcf823ac02048eb99b9cb4c341.tar.bz2 | |
More small changes of a cleanup nature.
CVS patchset: 7311
CVS date: 2004/12/30 09:05:57
Diffstat (limited to 'src/input/vcd/vcdplayer.h')
| -rw-r--r-- | src/input/vcd/vcdplayer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/vcd/vcdplayer.h b/src/input/vcd/vcdplayer.h index 68a4b2784..b4fe25b3c 100644 --- a/src/input/vcd/vcdplayer.h +++ b/src/input/vcd/vcdplayer.h @@ -1,5 +1,5 @@ /* - $Id: vcdplayer.h,v 1.4 2004/12/29 16:16:52 jcdutton Exp $ + $Id: vcdplayer.h,v 1.5 2004/12/30 09:05:57 rockyb Exp $ Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com> @@ -183,8 +183,8 @@ typedef struct vcdplayer_input_s { /*-------------------------------------------------------------- (S)VCD Medium information ---------------------------------------------------------------*/ - char *psz_source; /* VCD device currently open */ - bool opened; /* true if initialized */ + char *psz_source; /* VCD device currently open */ + bool opened; /* true if initialized */ track_t i_tracks; /* # of playable MPEG tracks. This is generally one less than the number |
