| 578 | } |
| 579 | |
| 580 | static double |
| 581 | get_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 | |
| 587 | static void write_frame(AVFormatContext *s, AVPacket *pkt, AVCodecContext *avctx, AVBitStreamFilterContext *bsfc){ |
| 588 | int ret; |
no outgoing calls
no test coverage detected