Commit 5818e881 authored by Laurent Aimar's avatar Laurent Aimar

Removed 1 warning.

parent fd592d26
...@@ -636,7 +636,6 @@ static void ParseComment( demux_t *p_demux, const uint8_t *p_data, int i_data ) ...@@ -636,7 +636,6 @@ static void ParseComment( demux_t *p_demux, const uint8_t *p_data, int i_data )
{ {
/* generic (PERFORMER/LICENSE/ORGANIZATION/LOCATION/CONTACT/ISRC, /* generic (PERFORMER/LICENSE/ORGANIZATION/LOCATION/CONTACT/ISRC,
* undocumented tags and replay gain ) */ * undocumented tags and replay gain ) */
audio_replay_gain_t *r = &p_sys->replay_gain;
char *p = strchr( psz, '=' ); char *p = strchr( psz, '=' );
*p++ = '\0'; *p++ = '\0';
vlc_meta_AddExtra( p_sys->p_meta, psz, p ); vlc_meta_AddExtra( p_sys->p_meta, psz, p );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment