[FFmpeg-devel] [PATCH 2/2] avformat/mux: Apply auto bsfs in av_write_frame() too

Michael Niedermayer michael at niedermayer.cc
Thu Jul 14 18:53:27 EEST 2016


On Thu, Jul 14, 2016 at 06:22:40AM +0800, Steven Liu wrote:
> 2016-07-14 1:08 GMT+08:00 Michael Niedermayer <michael at niedermayer.cc>:
> 
> > Signed-off-by: Michael Niedermayer <michael at 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.
-------------- 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/20160714/369337ce/attachment.sig>


More information about the ffmpeg-devel mailing list