comparison mmf.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
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */ 18 */
19 #include "avformat.h" 19 #include "avformat.h"
20 #include "allformats.h" 20 #include "allformats.h"
21 #include "avi.h" 21 #include "riff.h"
22 22
23 typedef struct { 23 typedef struct {
24 offset_t atrpos, atsqpos, awapos; 24 offset_t atrpos, atsqpos, awapos;
25 offset_t data_size; 25 offset_t data_size;
26 } MMFContext; 26 } MMFContext;