comparison au.c @ 6445:4aaed59641ff libavformat

move pcm demuxers to their own file
author aurel
date Mon, 30 Aug 2010 21:17:34 +0000
parents 51ae348d4511
children
comparison
equal deleted inserted replaced
6444:505f0bb17a5d 6445:4aaed59641ff
26 * http://www.opengroup.org/public/pubs/external/auformat.html 26 * http://www.opengroup.org/public/pubs/external/auformat.html
27 * http://www.goice.co.jp/member/mo/formats/au.html 27 * http://www.goice.co.jp/member/mo/formats/au.html
28 */ 28 */
29 29
30 #include "avformat.h" 30 #include "avformat.h"
31 #include "raw.h" 31 #include "pcm.h"
32 #include "riff.h" 32 #include "riff.h"
33 33
34 /* if we don't know the size in advance */ 34 /* if we don't know the size in advance */
35 #define AU_UNKNOWN_SIZE ((uint32_t)(~0)) 35 #define AU_UNKNOWN_SIZE ((uint32_t)(~0))
36 36