On Thu, Jul 14, 2016 at 06:22:40AM +0800, Steven Liu wrote:
> 2016-07-14 1:08 GMT+08:00 Michael Niedermayer <mich...@niedermayer.cc>:
> 
> > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>
> > ---
> >  libavformat/mux.c |    4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/libavformat/mux.c b/libavformat/mux.c
> > index 5cb0ca7..d674bd4 100644
> > --- a/libavformat/mux.c
> > +++ b/libavformat/mux.c
> > @@ -893,6 +893,10 @@ int av_write_frame(AVFormatContext *s, AVPacket *pkt)
> >          return 1;
> >      }
> >
> > +    ret = do_packet_auto_bsf(s, pkt);
> > +    if (ret <= 0)
> > +        return ret;
> > +
> >  #if FF_API_COMPUTE_PKT_FIELDS2 && FF_API_LAVF_AVCTX
> >      ret = compute_muxer_pkt_fields(s, s->streams[pkt->stream_index], pkt);
> >
> >
> LGTM,Thanks

applied

thanks

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

If you think the mosad wants you dead since a long time then you are either
wrong or dead since a long time.

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