mirror of https://github.com/mpv-player/mpv
type expected by dvdnav_get_title_string() is const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25847 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
19ee16f29f
commit
6274e7dee8
|
@ -58,7 +58,7 @@ static const struct m_struct_st stream_opts = {
|
|||
static int seek(stream_t *s, off_t newpos);
|
||||
|
||||
static dvdnav_priv_t * new_dvdnav_stream(char * filename) {
|
||||
char * title_str;
|
||||
const char * title_str;
|
||||
dvdnav_priv_t *priv;
|
||||
|
||||
if (!filename)
|
||||
|
|
Loading…
Reference in New Issue