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:
ben 2008-01-24 19:18:15 +00:00
parent 19ee16f29f
commit 6274e7dee8
1 changed files with 1 additions and 1 deletions

View File

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