On Mon, Jul 04, 2016 at 10:33:19AM -0700, Rodger Combs wrote:
> ---
>  libavformat/segment.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavformat/segment.c b/libavformat/segment.c
> index 9c766a5..5aec018 100644
> --- a/libavformat/segment.c
> +++ b/libavformat/segment.c
> @@ -184,6 +184,7 @@ static int segment_mux_init(AVFormatContext *s)
>          }
>          st->sample_aspect_ratio = s->streams[i]->sample_aspect_ratio;
>          st->time_base = s->streams[i]->time_base;
> +        st->disposition = s->streams[i]->disposition;
>          av_dict_copy(&st->metadata, s->streams[i]->metadata, 0);

LGTM

please apply (no need to wait for the other patches i think)

Thnaks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No human being will ever know the Truth, for even if they happen to say it
by chance, they would not even known they had done so. -- Xenophanes

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to