comparison aac_parser.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 9592af8b6ce0
children 372f7fed2806
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
39 uint8_t chan_config; 39 uint8_t chan_config;
40 uint8_t num_aac_frames; 40 uint8_t num_aac_frames;
41 } AACADTSHeaderInfo; 41 } AACADTSHeaderInfo;
42 42
43 /** 43 /**
44 * Parses AAC frame header. 44 * Parse AAC frame header.
45 * Parses the ADTS frame header to the end of the variable header, which is 45 * Parse the ADTS frame header to the end of the variable header, which is
46 * the first 54 bits. 46 * the first 54 bits.
47 * @param gbc[in] BitContext containing the first 54 bits of the frame. 47 * @param gbc[in] BitContext containing the first 54 bits of the frame.
48 * @param hdr[out] Pointer to struct where header info is written. 48 * @param hdr[out] Pointer to struct where header info is written.
49 * @return Returns 0 on success, -1 if there is a sync word mismatch, 49 * @return Returns 0 on success, -1 if there is a sync word mismatch,
50 * -2 if the version element is invalid, -3 if the sample rate 50 * -2 if the version element is invalid, -3 if the sample rate