comparison au.c @ 1172:6a5e58d2114b libavformat

move common stuff from avienc.c and wav.c to new file riff.c
author mru
date Wed, 12 Jul 2006 00:09:34 +0000
parents d18cc9a1fd02
children 0899bfe4105c
comparison
equal deleted inserted replaced
1171:2a0c729ac640 1172:6a5e58d2114b
25 * http://www.goice.co.jp/member/mo/formats/au.html 25 * http://www.goice.co.jp/member/mo/formats/au.html
26 */ 26 */
27 27
28 #include "avformat.h" 28 #include "avformat.h"
29 #include "allformats.h" 29 #include "allformats.h"
30 #include "avi.h" 30 #include "riff.h"
31 31
32 /* if we don't know the size in advance */ 32 /* if we don't know the size in advance */
33 #define AU_UNKOWN_SIZE ((uint32_t)(~0)) 33 #define AU_UNKOWN_SIZE ((uint32_t)(~0))
34 34
35 /* The ffmpeg codecs we support, and the IDs they have in the file */ 35 /* The ffmpeg codecs we support, and the IDs they have in the file */