Skip to content

Commit 9ae47fb

Browse files
committed
lavc/dcaenc: fix make checkheaders.
1 parent 978c829 commit 9ae47fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libavcodec/dcaenc.h

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#ifndef AVCODEC_DCAENC_H
2323
#define AVCODEC_DCAENC_H
2424

25+
#include <stdint.h>
26+
2527
/* This is a scaled version of the response of the reference decoder to
2628
this vector of subband samples: ( 1.0 0.0 0.0 ... 0.0 )
2729
*/

0 commit comments

Comments
 (0)