mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-16 22:01:15 +08:00
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
Originally committed as revision 16115 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -112,7 +112,7 @@ struct RTPDemuxContext {
|
||||
uint8_t *buf_ptr;
|
||||
|
||||
/* special infos for au headers parsing */
|
||||
rtp_payload_data_t *rtp_payload_data; // TODO: Move into dynamic payload handlers
|
||||
RTPPayloadData *rtp_payload_data; // TODO: Move into dynamic payload handlers
|
||||
|
||||
/* dynamic payload stuff */
|
||||
DynamicPayloadPacketHandlerProc parse_packet; ///< This is also copied from the dynamic protocol handler structure
|
||||
|
Reference in New Issue
Block a user