view mov.h @ 975:36a69fbabcfb libavformat

Add support for drivers that can change the capture size on VIDIOC_S_FMT
author lucabe
date Tue, 28 Feb 2006 11:28:09 +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 */