diff options
Diffstat (limited to 'libavformat/rdt.h')
-rw-r--r-- | libavformat/rdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rdt.h b/libavformat/rdt.h index 8117989..19a4a7b 100644 --- a/libavformat/rdt.h +++ b/libavformat/rdt.h @@ -96,7 +96,7 @@ int ff_rdt_parse_header(const uint8_t *buf, int len, * Usage similar to rtp_parse_packet(). */ int ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt, - const uint8_t *buf, int len); + uint8_t **buf, int len); /** * Parse a server-related SDP line. |