Home
last modified time | relevance | path

Searched refs:write_packet_common (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmux.c1106 static int write_packet_common(AVFormatContext *s, AVStream *st, AVPacket *pkt, int interleaved) in write_packet_common() function
1155 ret = write_packet_common(s, st, pkt, interleaved); in write_packets_from_bsfs()
1184 return write_packet_common(s, st, pkt, interleaved); in write_packets_common()