]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rdt.h
Set channel layout for 4 and 5.1 channel cdata audio files
[ffmpeg] / libavformat / rdt.h
index 1592c2f02d1e7190ab3a6c58a449f27dc6c7f67e..19a4a7bc1f7c88203b7d80b5abb88ee70de3b8a7 100644 (file)
@@ -85,7 +85,7 @@ void ff_rdt_subscribe_rule(char *cmd, int size,
  * @param stream_id will be set to the stream ID this packet belongs to
  * @param is_keyframe will be whether this packet belongs to a keyframe
  * @param timestamp will be set to the timestamp of the packet
- * @return the amount of bytes consumed, or <0 on error
+ * @return the amount of bytes consumed, or negative on error
  */
 int ff_rdt_parse_header(const uint8_t *buf, int len,
                         int *set_id, int *seq_no, int *stream_id,
@@ -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.