Home
last modified time | relevance | path

Searched refs:dst_stream (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmux.h76 * @param dst_stream the stream index within dst to write the packet to
83 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
H A Dmux.c1355 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, in ff_write_chained() argument
1363 pkt->stream_index = dst_stream; in ff_write_chained()
1367 dst->streams[dst_stream]->time_base); in ff_write_chained()

Completed in 3 milliseconds