]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacadtsdec.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / aacadtsdec.h
index bdc577179f4df9da2b388033a7cd88abe6ec7338..6e0a869cc5dc76311f51afcacf1405ed74e89950 100644 (file)
@@ -43,8 +43,8 @@ typedef struct {
  * Parse AAC frame header.
  * Parse the ADTS frame header to the end of the variable header, which is
  * the first 54 bits.
- * @param gbc BitContext containing the first 54 bits of the frame.
- * @param hdr Pointer to struct where header info is written.
+ * @param[in]  gbc BitContext containing the first 54 bits of the frame.
+ * @param[out] hdr Pointer to struct where header info is written.
  * @return Returns 0 on success, -1 if there is a sync word mismatch,
  * -2 if the version element is invalid, -3 if the sample rate
  * element is invalid, or -4 if the bit rate element is invalid.