rtp: add pktinfo to convey the M bit
The M bit is part of the common RTP header, but handling is entirely dependent on the payload format, so we have to pass it somehow. The pktinfo structure will probably need to be extended to also convey data from extension headers, e.g. picture orientation or (AV-1) decoding dependency data.
parent
b18db613
No related branches found
No related tags found
Showing
- modules/access/rtp/mpeg12.c 2 additions, 1 deletionmodules/access/rtp/mpeg12.c
- modules/access/rtp/pcm.c 2 additions, 1 deletionmodules/access/rtp/pcm.c
- modules/access/rtp/rtp.h 18 additions, 5 deletionsmodules/access/rtp/rtp.h
- modules/access/rtp/rtpfmt.c 3 additions, 2 deletionsmodules/access/rtp/rtpfmt.c
- modules/access/rtp/session.c 6 additions, 1 deletionmodules/access/rtp/session.c
- modules/access/rtp/xiph.c 3 additions, 1 deletionmodules/access/rtp/xiph.c
Loading
Please register or sign in to comment