The internal header libavutil/internal.h should not be used outside libavutil.

Originally committed as revision 19157 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Diego Biurrun 16 years ago
parent fdf70cc5c9
commit 477ffff218
  1. 1
      libavcodec/aac.h
  2. 1
      libavcodec/ac3dec.h

@ -30,7 +30,6 @@
#ifndef AVCODEC_AAC_H
#define AVCODEC_AAC_H
#include "libavutil/internal.h"
#include "avcodec.h"
#include "dsputil.h"
#include "mpeg4audio.h"

@ -27,7 +27,6 @@
#ifndef AVCODEC_AC3DEC_H
#define AVCODEC_AC3DEC_H
#include "libavutil/internal.h"
#include "libavutil/lfg.h"
#include "ac3.h"
#include "get_bits.h"

Loading…
Cancel
Save