mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/dvaudio: add missing header include
Should fix make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
b34c9d1b9d
commit
6cc156793d
|
@ -19,6 +19,8 @@
|
|||
#ifndef AVCODEC_DVAUDIO_H
|
||||
#define AVCODEC_DVAUDIO_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
static inline int dv_get_audio_sample_count(const uint8_t *buffer, int dsf)
|
||||
{
|
||||
int samples = buffer[0] & 0x3f; /* samples in this frame - min samples */
|
||||
|
|
Loading…
Reference in New Issue