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