diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-14 21:22:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-14 21:22:06 +0000 |
commit | 4563de772c5f054d543591eade5ab1491748821c (patch) | |
tree | 462c2583c30bff43c0b6699ffe99e0fcae0645b7 /libavcodec/aacadtsdec.h | |
parent | 6d001976fef445b55e9246cf4fa0a1552584c47c (diff) | |
download | ffmpeg-4563de772c5f054d543591eade5ab1491748821c.tar.gz |
Restore mistakenly removed [in]/[out] Doxygen parameter attributes.
Originally committed as revision 24241 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aacadtsdec.h')
-rw-r--r-- | libavcodec/aacadtsdec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aacadtsdec.h b/libavcodec/aacadtsdec.h index bdc577179f..6e0a869cc5 100644 --- a/libavcodec/aacadtsdec.h +++ b/libavcodec/aacadtsdec.h @@ -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. |