2006-02-11 18:27:57 +00:00
|
|
|
#ifndef FFMPEG_MOV_H
|
|
|
|
#define FFMPEG_MOV_H
|
|
|
|
|
|
|
|
/* mov.c */
|
|
|
|
extern const CodecTag ff_mov_obj_type[];
|
|
|
|
|
2006-02-22 23:46:20 +00:00
|
|
|
typedef struct Time2Sample{
|
|
|
|
int count;
|
|
|
|
int duration;
|
|
|
|
}Time2Sample;
|
|
|
|
|
2006-02-11 18:27:57 +00:00
|
|
|
#endif /* FFMPEG_MOV_H */
|