ff_write_chained 2207 libavformat/dashenc.c     if ((ret = ff_write_chained(os->ctx, 0, pkt, s, 0)) < 0)
ff_write_chained  526 libavformat/hdsenc.c     return ff_write_chained(os->ctx, pkt->stream_index - os->first_stream, pkt, s, 0);
ff_write_chained 2515 libavformat/hlsenc.c         ret = ff_write_chained(oc, stream_index, pkt, s, 0);
ff_write_chained  291 libavformat/internal.h int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
ff_write_chained  425 libavformat/movenchint.c     ff_write_chained(rtp_ctx, 0, pkt, s, 0);
ff_write_chained  217 libavformat/rtspenc.c     ret = ff_write_chained(rtpctx, 0, pkt, s, 0);
ff_write_chained  267 libavformat/sapenc.c     return ff_write_chained(rtpctx, 0, pkt, s, 0);
ff_write_chained  974 libavformat/segment.c     ret = ff_write_chained(seg->avf, pkt->stream_index, pkt, s,
ff_write_chained  616 libavformat/smoothstreamingenc.c     return ff_write_chained(os->ctx, 0, pkt, s, 0);