comparison ac3dec.c @ 6448:4775a49a6045 libavformat

split raw.c into rawdec.c and rawenc.c
author aurel
date Mon, 30 Aug 2010 23:16:35 +0000
parents 8beba113f242
children
comparison
equal deleted inserted replaced
6447:ef0ad6df55b2 6448:4775a49a6045
20 */ 20 */
21 21
22 #include "libavutil/crc.h" 22 #include "libavutil/crc.h"
23 #include "libavcodec/ac3_parser.h" 23 #include "libavcodec/ac3_parser.h"
24 #include "avformat.h" 24 #include "avformat.h"
25 #include "raw.h" 25 #include "rawdec.h"
26 26
27 static int ac3_eac3_probe(AVProbeData *p, enum CodecID expected_codec_id) 27 static int ac3_eac3_probe(AVProbeData *p, enum CodecID expected_codec_id)
28 { 28 {
29 int max_frames, first_frames = 0, frames; 29 int max_frames, first_frames = 0, frames;
30 uint8_t *buf, *buf2, *end; 30 uint8_t *buf, *buf2, *end;