MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / get_sync_ipts

Function get_sync_ipts

ffmpeg.c:580–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580static double
581get_sync_ipts(const AVOutputStream *ost)
582{
583 const AVInputStream *ist = ost->sync_ist;
584 return (double)(ist->pts - start_time)/AV_TIME_BASE;
585}
586
587static void write_frame(AVFormatContext *s, AVPacket *pkt, AVCodecContext *avctx, AVBitStreamFilterContext *bsfc){
588 int ret;

Callers 2

do_audio_outFunction · 0.85
do_video_outFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected