On Thu, Feb 15, 2018 at 3:20 PM, Luca Barbato <[email protected]> wrote:
> ---
> libavformat/hls.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/hls.c b/libavformat/hls.c
> index c9da4e30ec..5aa633269f 100644
> --- a/libavformat/hls.c
> +++ b/libavformat/hls.c
> @@ -362,6 +362,7 @@ static int open_input(struct variant *var)
> {
> HLSContext *c = var->parent->priv_data;
> struct segment *seg = var->segments[var->cur_seq_no -
> var->start_seq_no];
> + av_log(var->parent, AV_LOG_VERBOSE, "Opening %s\n", seg->url);
> if (seg->key_type == KEY_NONE) {
> return open_url(var->parent, &var->input, seg->url, c->avio_opts);
> } else if (seg->key_type == KEY_AES_128) {
> --
>
>
seems fine
--
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel