]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp.h
indention
[ffmpeg] / libavformat / rtp.h
index 9ce6f90d49acdea9cb54130350acecb42a5c9c79..60ccc50ee4537df5e53d2b9b0506d53dda567d98 100644 (file)
@@ -30,7 +30,7 @@ int rtp_get_payload_type(AVCodecContext *codec);
 
 typedef struct RTPDemuxContext RTPDemuxContext;
 typedef struct rtp_payload_data_s rtp_payload_data_s;
-RTPDemuxContext *rtp_parse_open(AVFormatContext *s1, AVStream *st, int payload_type, rtp_payload_data_s *rtp_payload_data);
+RTPDemuxContext *rtp_parse_open(AVFormatContext *s1, AVStream *st, URLContext *rtpc, int payload_type, rtp_payload_data_s *rtp_payload_data);
 int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
                      const uint8_t *buf, int len);
 void rtp_parse_close(RTPDemuxContext *s);