mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Mark all stream_info_t as const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25239 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
@@ -153,7 +153,7 @@ static int open_f (stream_t *stream, int mode, void *opts, int* file_format) {
|
||||
return STREAM_OK;
|
||||
}
|
||||
|
||||
stream_info_t stream_info_smb = {
|
||||
const stream_info_t stream_info_smb = {
|
||||
"Server Message Block",
|
||||
"smb",
|
||||
"M. Tourne",
|
||||
|
||||
Reference in New Issue
Block a user