Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-06-12 00:18:29 +0400
committerDiego Biurrun <diego@biurrun.de>2009-06-12 00:18:29 +0400
commit477ffff21808a53f9a83b8056661654cada66e49 (patch)
treecf473ee2283703e0ee7f6eccfe6f88b6857145c2 /libavcodec/ac3dec.h
parentfdf70cc5c94cab6e9ef8f5be5780ea0aa5a7c492 (diff)
The internal header libavutil/internal.h should not be used outside libavutil.
Originally committed as revision 19157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r--libavcodec/ac3dec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h
index 26c3f81080..38c2deb565 100644
--- a/libavcodec/ac3dec.h
+++ b/libavcodec/ac3dec.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"