Mercurial > libavformat.hg
comparison raw.c @ 2075:f316c0daf0ad libavformat
move aac and ac3 parsers in their own files
author | aurel |
---|---|
date | Tue, 08 May 2007 23:25:31 +0000 |
parents | 228e5fd9a357 |
children | 7b4df9e3b6fd |
comparison
equal
deleted
inserted
replaced
2074:5a9a03da8fba | 2075:f316c0daf0ad |
---|---|
18 * You should have received a copy of the GNU Lesser General Public | 18 * You should have received a copy of the GNU Lesser General Public |
19 * License along with FFmpeg; if not, write to the Free Software | 19 * License along with FFmpeg; if not, write to the Free Software |
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 */ | 21 */ |
22 #include "avformat.h" | 22 #include "avformat.h" |
23 #include "parser.h" | 23 #include "ac3_parser.h" |
24 | 24 |
25 #ifdef CONFIG_MUXERS | 25 #ifdef CONFIG_MUXERS |
26 /* simple formats */ | 26 /* simple formats */ |
27 static int raw_write_header(struct AVFormatContext *s) | 27 static int raw_write_header(struct AVFormatContext *s) |
28 { | 28 { |