summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-15 12:32:36 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-15 12:32:36 +0000
commit98d0205145efe9a39370b163c9eb80ddf80672b1 (patch)
treea79b3e675a21d3f4b8f4ad0fd92b287351f62f49 /libavformat
parentd3255f6fd88586b43d13a5d07fbdf56f4013b319 (diff)
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/raw.c b/libavformat/raw.c
index 32b439b016..81531a60f6 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avformat.h"
-#include "ac3.h"
+#include "parser.h"
#ifdef CONFIG_MUXERS
/* simple formats */