comparison lsp.h @ 6735:459fe563a4dc libavcodec

add necessary #includes in headers
author mru
date Sat, 03 May 2008 13:29:39 +0000
parents f18b7851b5a5
children e6338dd4a6e3
comparison
equal deleted inserted replaced
6734:df467cebd0d3 6735:459fe563a4dc
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #ifndef FFMPEG_LSP_H 23 #ifndef FFMPEG_LSP_H
24 #define FFMPEG_LSP_H 24 #define FFMPEG_LSP_H
25
26 #include <stdint.h>
27
25 /** 28 /**
26 (I.F) means fixed-point value with F fractional and I integer bits 29 (I.F) means fixed-point value with F fractional and I integer bits
27 */ 30 */
28 31
29 /** 32 /**