On Wed, Jun 28, 2017 at 06:11:04PM -0400, Vittorio Giovara wrote:
> Signed-off-by: Vittorio Giovara <vittorio.giov...@gmail.com>
> ---
>  libavformat/avformat.h | 6 ++++++
>  libavformat/dump.c     | 2 ++
>  2 files changed, 8 insertions(+)

non-diegetic

> --- a/libavformat/dump.c
> +++ b/libavformat/dump.c
> @@ -482,6 +482,8 @@ static void dump_stream_format(AVFormatContext *ic, int i,
>      if (st->disposition & AV_DISPOSITION_CLEAN_EFFECTS)
>          av_log(NULL, AV_LOG_INFO, " (clean effects)");
> +    if (st->disposition & AV_DISPOSITION_NON_DIEGETIC)
> +        av_log(NULL, AV_LOG_INFO, " (non diegetic)");

same

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to