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
lavc: add missing audioconvert includes
tags/n0.8
Anton Khirnov
15 years ago
parent
b4b167ecbf
commit
6f3d3eacf6
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/mlp_parser.c
+1
-0
libavcodec/mpegaudiodec.c
+ 1
- 0
libavcodec/mlp_parser.c
View File
@@ -27,6 +27,7 @@
#include <stdint.h>
#include "libavutil/crc.h"
#include "libavutil/audioconvert.h"
#include "get_bits.h"
#include "parser.h"
#include "mlp_parser.h"
+ 1
- 0
libavcodec/mpegaudiodec.c
View File
@@ -24,6 +24,7 @@
* MPEG Audio decoder.
*/
#include "libavutil/audioconvert.h"
#include "avcodec.h"
#include "get_bits.h"
#include "dsputil.h"
Write
Preview
Loading…
Cancel
Save