diff options
Diffstat (limited to 'src/libfaad/mp4.h')
-rw-r--r-- | src/libfaad/mp4.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libfaad/mp4.h b/src/libfaad/mp4.h index a0c5d6052..71eae905b 100644 --- a/src/libfaad/mp4.h +++ b/src/libfaad/mp4.h @@ -16,7 +16,7 @@ ** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** -** $Id: mp4.h,v 1.1 2002/07/14 23:43:01 miguelfreitas Exp $ +** $Id: mp4.h,v 1.2 2002/12/16 19:00:45 miguelfreitas Exp $ **/ #ifndef __MP4_H__ @@ -29,6 +29,7 @@ extern "C" { #include "decoder.h" int8_t FAADAPI AudioSpecificConfig(uint8_t *pBuffer, + uint32_t buffer_size, uint32_t *samplerate, uint8_t *channels, uint8_t *sf_index, |