diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-15 12:32:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-15 12:32:36 +0000 |
commit | 98d0205145efe9a39370b163c9eb80ddf80672b1 (patch) | |
tree | a79b3e675a21d3f4b8f4ad0fd92b287351f62f49 /libavformat | |
parent | d3255f6fd88586b43d13a5d07fbdf56f4013b319 (diff) | |
download | ffmpeg-98d0205145efe9a39370b163c9eb80ddf80672b1.tar.gz |
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.c | 2 |
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 */ |