[FFmpeg-devel] [PATCH 4/5] lavf/segment: copy stream dispositions in output

Michael Niedermayer michael at niedermayer.cc
Sat Jul 9 13:55:11 EEST 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160709/6dd80e47/attachment.sig>


More information about the ffmpeg-devel mailing list