Added a way to store the RFC 3550 Section 5.3.1 RTP Header Extension in side data of AVPacket. - In libavcodec/avcodec.h AVPacketSideDataType added AV_PKT_DATA_RTP_HEADER_EXTENSION. - In libavcodec/avpacket.c av_packet_side_data_name added a case for the AV_PKT_DATA_RTP_HEADER_EXTENSION. - In libavformat/rtpdec.c rtp_parse_packet_internal store the previously skipped RTP Header Extension as side data in new packet. The patch is attached. Signed-off-by: Anna Sokol <annaso...@gmail.com>
rtp_header_extension.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel