mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 23:07:02 +00:00
Make auto_open_streams array itself const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25237 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7a11248973
commit
1f0c614110
@ -88,7 +88,7 @@ extern stream_info_t stream_info_file;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user