view mov.h @ 1048:da22d8928247 libavformat

* fixing DV-in-AVI type1 packet production bug
author romansh
date Sat, 01 Apr 2006 23:13:53 +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 */