view isom.h @ 1288:2c9aa272e75d libavformat

Switch license from GPL to LGPL, this file originates from libdv, which changed license from GPL to LGPL eventually, see http://sourceforge.net/mailarchive/forum.php?thread_id=3320020&forum_id=5458
author diego
date Sun, 03 Sep 2006 18:51:10 +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 */