[vlc-devel] [PATCH 1/2] vlc_input_item: Fix SPU extensions ordering
Thomas Guillem
thomas at gllm.fr
Tue Jul 2 15:32:55 CEST 2019
OK with the set.
On Tue, Jul 2, 2019, at 15:30, Hugo Beauzée-Luyssen wrote:
> ---
> include/vlc_input_item.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
> index 1e94b842a2..492a442036 100644
> --- a/include/vlc_input_item.h
> +++ b/include/vlc_input_item.h
> @@ -171,7 +171,7 @@ enum slave_priority
> "psb", "rt", "sami", "sbv", \
> "scc", "smi", "srt", \
> "ssa", "stl", "sub", \
> - "ttml", "tt", "usf", \
> + "tt", "ttml", "usf", \
> "vtt", "webvtt"
>
> #define SLAVE_AUDIO_EXTENSIONS \
> --
> 2.20.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