Mercurial > mplayer.hg
changeset 25209:7d2a9ae30c67
Make auto_open_streams array itself const
author | reimar |
---|---|
date | Sun, 02 Dec 2007 13:07:35 +0000 |
parents | 1b3dabc8c2b8 |
children | 92204ff32b27 |
files | stream/stream.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream.c Sun Dec 02 11:14:50 2007 +0000 +++ b/stream/stream.c Sun Dec 02 13:07:35 2007 +0000 @@ -88,7 +88,7 @@ extern stream_info_t stream_info_dvd; #endif -static const stream_info_t* auto_open_streams[] = { +static const stream_info_t* const auto_open_streams[] = { #ifdef HAVE_VCD &stream_info_vcd, #endif