[vlc-devel] [PATCH 1/2] return decoded subs with input stats

Rémi Denis-Courmont remi at remlab.net
Mon Mar 2 19:15:59 CET 2015


Le lundi 02 mars 2015, 18:39:08 Francois Cartegnie a écrit :
> ---
>  include/vlc/libvlc_media.h | 1 +
>  include/vlc_input_item.h   | 1 +
>  lib/media.c                | 1 +
>  src/input/stats.c          | 3 ++-
>  4 files changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h
> index 7fc718a..8591535 100644
> --- a/include/vlc/libvlc_media.h
> +++ b/include/vlc/libvlc_media.h
> @@ -135,6 +135,7 @@ typedef struct libvlc_media_stats_t
>      /* Decoders */
>      int         i_decoded_video;
>      int         i_decoded_audio;
> +    int         i_decoded_subs;

ABI break. No thank you.

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list