source:
vbox/trunk/src/libs/ffmpeg-20060710/libavformat/mov.h@
7692
Last change on this file since 7692 was 5776, checked in by , 17 years ago | |
---|---|
File size: 260 bytes |
Line | |
---|---|
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 */ |
Note:
See TracBrowser
for help on using the repository browser.