Searched refs:rtp_m (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec_vp9.c | 53 int rtp_m; in vp9_handle_packet() local 90 rtp_m = !!(flags & RTP_FLAG_MARKER); in vp9_handle_packet() 93 if (last_fragment != rtp_m) { in vp9_handle_packet() 94 …log(ctx, AV_LOG_ERROR, "Invalid combination of B and M marker (%d != %d)\n", last_fragment, rtp_m); in vp9_handle_packet()
|
D | rtpenc_vc2hq.c | 36 …*ctx, uint8_t parse_code, int info_hdr_size, const uint8_t *buf, int size, int i, int f, int rtp_m) in send_packet() argument 45 ff_rtp_send_data(ctx, rtp_ctx->buf, RTP_VC2HQ_PL_HEADER_SIZE + info_hdr_size + size, rtp_m); in send_packet()
|