VirtualBox

source: vbox/trunk/src/libs/ffmpeg-20060710/libavformat/mov.h@ 7692

Last change on this file since 7692 was 5776, checked in by vboxsync, 17 years ago

ffmpeg: exported to OSE

File size: 260 bytes
Line 
1#ifndef FFMPEG_MOV_H
2#define FFMPEG_MOV_H
3
4/* mov.c */
5extern const CodecTag ff_mov_obj_type[];
6extern int ff_mov_iso639_to_lang(const char *lang, int mp4);
7
8typedef 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette