diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-08 23:25:31 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-08 23:25:31 +0000 |
commit | 99ff31dc750e8ac562b529c3ec374cfbb3e66157 (patch) | |
tree | 61c8496a4d314d0b05942559ec49400f1258d5b5 /libavformat | |
parent | e0fe500f01ebd7c1b129674213845a48ec46008c (diff) | |
download | ffmpeg-streaming-99ff31dc750e8ac562b529c3ec374cfbb3e66157.zip ffmpeg-streaming-99ff31dc750e8ac562b529c3ec374cfbb3e66157.tar.gz |
move aac and ac3 parsers in their own files
Originally committed as revision 8941 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 688ad6f..9f12e55 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 "parser.h" +#include "ac3_parser.h" #ifdef CONFIG_MUXERS /* simple formats */ |