Browse Source

lavc: add missing audioconvert includes

tags/n0.8
Anton Khirnov 15 years ago
parent
commit
6f3d3eacf6
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      libavcodec/mlp_parser.c
  2. +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"


Loading…
Cancel
Save