ff_write_chained  920 libavformat/dashenc.c     return ff_write_chained(os->ctx, 0, pkt, s, 0);
ff_write_chained  539 libavformat/hdsenc.c     return ff_write_chained(os->ctx, pkt->stream_index - os->first_stream, pkt, s, 0);
ff_write_chained  475 libavformat/hlsenc.c     ret = ff_write_chained(oc, pkt->stream_index, pkt, s, 0);
ff_write_chained  183 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  215 libavformat/rtspenc.c     ret = ff_write_chained(rtpctx, 0, pkt, s, 0);
ff_write_chained  259 libavformat/sapenc.c     return ff_write_chained(rtpctx, 0, pkt, s, 0);
ff_write_chained  817 libavformat/segment.c     ret = ff_write_chained(seg->avf, pkt->stream_index, pkt, s, seg->initial_offset || seg->reset_timestamps);
ff_write_chained  599 libavformat/smoothstreamingenc.c     return ff_write_chained(os->ctx, 0, pkt, s, 0);