Commit b8f5f28 1 parent 7d363cd commit b8f5f28 Copy full SHA for b8f5f28
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ extern "C" {
40
40
#include < libavutil/audioconvert.h>
41
41
#include < libavutil/crc.h>
42
42
#include < libavutil/fifo.h>
43
+ // for enum AVSampleFormat
44
+ #include < libavutil/samplefmt.h>
43
45
// for LIBAVCODEC_VERSION_INT:
44
46
#include < libavcodec/avcodec.h>
45
47
#elif (defined HAVE_FFMPEG_AVUTIL_H)
@@ -48,6 +50,8 @@ extern "C" {
48
50
#include < ffmpeg/audioconvert.h>
49
51
#include < ffmpeg/crc.h>
50
52
#include < ffmpeg/fifo.h>
53
+ // for enum AVSampleFormat
54
+ #include < ffmpeg/samplefmt.h>
51
55
// for LIBAVCODEC_VERSION_INT:
52
56
#include < ffmpeg/avcodec.h>
53
57
#endif
@@ -74,6 +78,7 @@ extern "C" {
74
78
#include " libavutil/opt.h"
75
79
#include " libavutil/mem.h"
76
80
#include " libavutil/fifo.h"
81
+ // for enum AVSampleFormat
77
82
#include " libavutil/samplefmt.h"
78
83
#endif
79
84
}
You can’t perform that action at this time.
0 commit comments