Commit 19607df8 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Compile before you commit :D

parent dc8b6507
......@@ -132,7 +132,7 @@ static void ParseID3Tag( demux_t *p_demux, uint8_t *p_data, int i_size )
{
vlc_meta_SetAlbum( p_meta, psz_temp );
}
else if( DESCR_IS, "Encoded by" ) )
else if( DESCR_IS( "Encoded by" ) )
{
vlc_meta_SetEncodedBy( p_meta, psz_temp );
}
......
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