This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avcodec/dvaudio: add missing header include
Should fix make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.0
James Almer
9 years ago
parent
b34c9d1b9d
commit
6cc156793d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/dvaudio.h
+ 2
- 0
libavcodec/dvaudio.h
View File
@@ -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 */
Write
Preview
Loading…
Cancel
Save