Searched refs:rtp_m (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A 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 av_log(ctx, AV_LOG_ERROR, "Invalid combination of B and M marker (%d != %d)\n", last_fragment, rtp_m); in vp9_handle_packet()
|
H A D | rtpenc_vc2hq.c | 36 static void send_packet(AVFormatContext *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()
|
Completed in 2 milliseconds