Commit 9ae47fbd authored by Clément Bœsch's avatar Clément Bœsch

lavc/dcaenc: fix make checkheaders.

parent 978c8294
...@@ -22,6 +22,8 @@ ...@@ -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 )
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment