diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-09 20:36:36 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-09 20:36:36 +0200 |
| commit | a89f36b0b3e9008cd7f8378e4fa40a3c37d7a23e (patch) | |
| tree | acb7dab784340185f86a0009cf057569ffd336a1 /src/input/vcd | |
| parent | 6b0bd243d70f430f9f19a61335a4a38e8a09bc11 (diff) | |
| parent | c552e457732c3c7b84b66ed8548713be52561487 (diff) | |
| download | xine-lib-a89f36b0b3e9008cd7f8378e4fa40a3c37d7a23e.tar.gz xine-lib-a89f36b0b3e9008cd7f8378e4fa40a3c37d7a23e.tar.bz2 | |
Update from 1.1 branch.
Diffstat (limited to 'src/input/vcd')
| -rw-r--r-- | src/input/vcd/xineplug_inp_vcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/vcd/xineplug_inp_vcd.c b/src/input/vcd/xineplug_inp_vcd.c index 920b5c1d8..a15899f2d 100644 --- a/src/input/vcd/xineplug_inp_vcd.c +++ b/src/input/vcd/xineplug_inp_vcd.c @@ -88,7 +88,7 @@ Convert an autoplay enumeration into an vcdinfo itemtype enumeration. See definitions in vcdplayer.h and vcdinfo.h to get the below correct. */ -vcdinfo_item_enum_t autoplay2itemtype[]={ +static const vcdinfo_item_enum_t autoplay2itemtype[]={ VCDINFO_ITEM_TYPE_TRACK, /* VCDPLAYER_AUTOPLAY_TRACK */ VCDINFO_ITEM_TYPE_ENTRY, /* VCDPLAYER_AUTOPLAY_ENTRY */ VCDINFO_ITEM_TYPE_SEGMENT, /* VCDPLAYER_AUTOPLAY_SEGMENT */ |
