view isom.h @ 1246:ca6fc8c8c9dc libavformat

Support AAC audio in AVI with tag 0xff Patch by David Conrad ( davedc_ | umbc edu )
author rtogni
date Tue, 08 Aug 2006 22:16:34 +0000
parents fec0a3d5408f
children 8bf9be9bb107
line wrap: on
line source

#ifndef FFMPEG_ISOM_H
#define FFMPEG_ISOM_H

/* isom.c */
extern const CodecTag ff_mov_obj_type[];

int ff_mov_iso639_to_lang(const char *lang, int mp4);
int ff_mov_lang_to_iso639(int code, char *to);

typedef struct Time2Sample{
    int count;
    int duration;
}Time2Sample;

#endif /* FFMPEG_ISOM_H */