]> git.sesse.net Git - ffmpeg/blob - libavformat/mov.h
another MPEG-2 long gop codec ul
[ffmpeg] / libavformat / mov.h
1 #ifndef FFMPEG_MOV_H
2 #define FFMPEG_MOV_H
3
4 /* mov.c */
5 extern const CodecTag ff_mov_obj_type[];
6 extern int ff_mov_iso639_to_lang(const char *lang, int mp4);
7
8 typedef struct Time2Sample{
9     int count;
10     int duration;
11 }Time2Sample;
12
13 #endif /* FFMPEG_MOV_H */