mirror of https://github.com/mpv-player/mpv
remove useless and incorrect const-removing cast
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21519 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fe8c94ca55
commit
a900d6f59a
|
@ -984,7 +984,7 @@ fsdp_parse_b (const char **p, fsdp_bw_modifier_t ** bw_modifiers,
|
|||
char fsdp_buf[MAXSHORTFIELDLEN];
|
||||
unsigned long int wuint;
|
||||
unsigned int i = 0;
|
||||
char *lp = (char *) *p;
|
||||
const char *lp = *p;
|
||||
|
||||
/* count b= lines */
|
||||
while (!strncmp (lp, "b=", 2))
|
||||
|
|
Loading…
Reference in New Issue