[vlc-devel] [PATCH] input: remove trailing characters

Steve Lhomme robux4 at ycbcr.xyz
Fri Mar 6 07:32:00 CET 2020


LGTM

On 2020-03-05 18:30, Alexandre Janniaux wrote:
> ---
>   src/player/input.c | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/src/player/input.c b/src/player/input.c
> index 4bed55ee2e..093a8fcc99 100644
> --- a/src/player/input.c
> +++ b/src/player/input.c
> @@ -872,7 +872,7 @@ vlc_player_input_New(vlc_player_t *player, input_item_t *item)
>       input->ml.states.current_title = -1;
>       input->ml.states.current_video_track =
>           input->ml.states.current_audio_track =
> -        input->ml.states.current_subtitle_track = NULL;;
> +        input->ml.states.current_subtitle_track = NULL;
>       input->ml.states.progress = -1.f;
>       input->ml.restore = VLC_RESTOREPOINT_NONE;
>       input->ml.restore_states = false;
> @@ -944,4 +944,3 @@ vlc_player_input_Delete(struct vlc_player_input *input)
>       input_Close(input->thread);
>       free(input);
>   }
> -
> -- 
> 2.25.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list