Mercurial > mplayer.hg
changeset 25819:ecab5c5a5349
type expected by dvdnav_get_title_string() is const
author | ben |
---|---|
date | Thu, 24 Jan 2008 19:18:15 +0000 |
parents | 2f6ad8c8ebf3 |
children | b43eaaa94dd3 |
files | stream/stream_dvdnav.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_dvdnav.c Thu Jan 24 19:15:28 2008 +0000 +++ b/stream/stream_dvdnav.c Thu Jan 24 19:18:15 2008 +0000 @@ -58,7 +58,7 @@ 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)