X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Finput.c;h=d5daebfeca623131f9e0d36f9ded42d66e56c41a;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=c985b58132fe2b826623e64e3c013ff0f41f31fa;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/src/input/input.c b/src/input/input.c index c985b58132..d5daebfeca 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -1836,7 +1836,7 @@ static vlc_bool_t Control( input_thread_t *p_input, int i_type, else i_seekpoint--; } - else if( i_type == INPUT_CONTROL_SET_SEEKPOINT_NEXT ) + else if( i_type == INPUT_CONTROL_SET_SEEKPOINT_NEXT ) i_seekpoint = p_access->info.i_seekpoint + 1; else i_seekpoint = val.i_int; @@ -2547,7 +2547,7 @@ static void InputUpdateMeta( input_thread_t *p_input, vlc_meta_t *p_meta ) input_ExtractAttachmentAndCacheArt( p_input ); } free( psz_arturl ); - + input_item_SetPreparsed( p_item, VLC_TRUE ); /* A bit ugly */