view mov.h @ 995:c459e0d4b0b9 libavformat

DVCPRO50 support. Patch by Daniel Maas dmaas at maasdigital dot com
author romansh
date Mon, 06 Mar 2006 08:54:33 +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 */