lavc/dcaenc: fix make checkheaders.

This commit is contained in:
Clément Bœsch 2012-05-09 08:33:06 +02:00
parent 978c829431
commit 9ae47fbd9e

View file

@ -22,6 +22,8 @@
#ifndef AVCODEC_DCAENC_H #ifndef AVCODEC_DCAENC_H
#define AVCODEC_DCAENC_H #define AVCODEC_DCAENC_H
#include <stdint.h>
/* This is a scaled version of the response of the reference decoder to /* This is a scaled version of the response of the reference decoder to
this vector of subband samples: ( 1.0 0.0 0.0 ... 0.0 ) this vector of subband samples: ( 1.0 0.0 0.0 ... 0.0 )
*/ */