]> git.sesse.net Git - vlc/blobdiff - src/input/stream.c
Clean up and improve core handling for album art. Still only "always fetch" implemented
[vlc] / src / input / stream.c
index 3dad4ef47b3f363274c3f80ba184a9697cf339b4..f40a4f5b544d00897fe1a0a79e9daa4435a901fc 100644 (file)
@@ -1416,7 +1416,7 @@ char * stream_ReadLine( stream_t *s )
         {
             int i_bom_size = 0;
             char *psz_encoding = NULL;
-            
+
             if( p_data[0] == 0xEF && p_data[1] == 0xBB && p_data[2] == 0xBF )
             {
                 psz_encoding = strdup( "UTF-8" );