view mov.h @ 1055:faa09c43a3d6 libavformat

write mdat in write_header avoid check in write_packet
author bcoudurier
date Thu, 13 Apr 2006 13:21:20 +0000
parents 43f85eba04c4
children 172781cd7c9d
line wrap: on
line source

#ifndef FFMPEG_MOV_H
#define FFMPEG_MOV_H

/* mov.c */
extern const CodecTag ff_mov_obj_type[];

typedef struct Time2Sample{
    int count;
    int duration;
}Time2Sample;

#endif /* FFMPEG_MOV_H */