source:
vbox/trunk/src/libs/ffmpeg-20060710/libavformat/mov.h@
10184
最後變更 在這個檔案從10184是 5776,由 提交於 17 年 前 | |
---|---|
檔案大小: 260 位元組 |
行 | |
---|---|
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 */ |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器