diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-30 19:51:30 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-30 19:51:30 +0000 |
commit | 2e15ab9351f805650872077e7f51b02a8c09afa1 (patch) | |
tree | 4da6eabc2c22e9524a786f79d97ebe2fc8300043 /stream | |
parent | 30e673510930555a1dcdee9af91daec2b2dd0cd6 (diff) |
this local variable can be static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25214 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.c b/stream/stream.c index 12b0944024..e506781fc5 100644 --- a/stream/stream.c +++ b/stream/stream.c @@ -88,7 +88,7 @@ extern stream_info_t stream_info_file; extern stream_info_t stream_info_dvd; #endif -stream_info_t* auto_open_streams[] = { +static stream_info_t* auto_open_streams[] = { #ifdef HAVE_VCD &stream_info_vcd, #endif |