1
0
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:
reimar 2007-12-02 13:07:35 +00:00
parent 7a11248973
commit 1f0c614110

View File

@ -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