Mercurial > libavcodec.hg
view internal.h @ 3270:d6a5ed01acdf libavcodec
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.
Predict buffer size from blocksize_1 and number of channels and make
sure this does not exceed AVCODEC_MAX_AUDIO_FRAME_SIZE
Patch by Uoti Urpala >>> uoti |.| urpala |@| pp1 |.| inet |.| fi <<<
| author | rtognimp |
|---|---|
| date | Sun, 23 Apr 2006 21:11:31 +0000 |
| parents | 18af2f7788c6 |
| children | c537a97eec66 |
line wrap: on
line source
#ifndef INTERNAL_H #define INTERNAL_H /** * @file internal.h * common functions for internal libavcodec use */ int av_tempfile(char *prefix, char **filename); #endif /* INTERNAL_H */
