comparison mov.h @ 1059:172781cd7c9d libavformat

move declaration to mov.h
author bcoudurier
date Wed, 19 Apr 2006 10:02:41 +0000
parents 43f85eba04c4
children
comparison
equal deleted inserted replaced
1058:d5efc69f27c6 1059:172781cd7c9d
1 #ifndef FFMPEG_MOV_H 1 #ifndef FFMPEG_MOV_H
2 #define FFMPEG_MOV_H 2 #define FFMPEG_MOV_H
3 3
4 /* mov.c */ 4 /* mov.c */
5 extern const CodecTag ff_mov_obj_type[]; 5 extern const CodecTag ff_mov_obj_type[];
6 extern int ff_mov_iso639_to_lang(const char *lang, int mp4);
6 7
7 typedef struct Time2Sample{ 8 typedef struct Time2Sample{
8 int count; 9 int count;
9 int duration; 10 int duration;
10 }Time2Sample; 11 }Time2Sample;