#ifndef MPLAYER_QT_FV_H
#define MPLAYER_QT_FV_H
typedef struct qt_fv_s {
unsigned int id;
char* name;
} qt_fv_t;
qt_fv_t qt_fv_list[]={
{ 0x20001, "EnterMovies"},
{ 0x20002, "ExitMovies"},
{ 0x20003, "GetMoviesError"},
{ 0x20004, "GetMoviesStickyError"},
{ 0x20005, "MoviesTask"},
{ 0x20006, "PrerollMovie"},
{ 0x20007, "LoadMovieIntoRam"},
{ 0x20008, "LoadMediaIntoRam"},
{ 0x20009, "SetMovieActive"},
{ 0x2000a, "GetMovieActive"},
{ 0x2000b, "StartMovie"},
{ 0x2000c, "StopMovie"},
{ 0x2000d, "GoToBeginningOfMovie"},
{ 0x2000e, "GoToEndOfMovie"},
{ 0x2000f, "GetMoviePreviewMode"},
{ 0x20010, "SetMoviePreviewMode"},
{ 0x20011, "ShowMoviePoster"},
{ 0x20012, "GetMovieTimeBase"},
{ 0x20015, "GetMovieGWorld"},
{ 0x20016, "SetMovieGWorld"},
{ 0x2001d, "GetMoviePict"},
{ 0x2001e, "GetTrackPict"},
{ 0x2001f, "UpdateMovie"},
{ 0x20022, "PutMovieIntoHandle"},
{ 0x20023, "DisposeMovie"},
{ 0x20026, "GetMovieCreationTime"},
{ 0x20027, "GetMovieModificationTime"},
{ 0x20029, "GetMovieTimeScale"},
{ 0x2002a, "SetMovieTimeScale"},
{ 0x2002b, "GetMovieDuration"},
{ 0x2002c, "GetMovieRate"},
{ 0x2002d, "SetMovieRate"},
{ 0x2002e, "GetMovieVolume"},
{ 0x2002f, "SetMovieVolume"},
{ 0x20031, "GetMovieMatrix"},
{ 0x20032, "SetMovieMatrix"},
{ 0x20033, "GetMoviePreviewTime"},
{ 0x20034, "SetMoviePreviewTime"},
{ 0x20035, "GetMoviePosterTime"},
{ 0x20036, "SetMoviePosterTime"},
{ 0x20037, "GetMovieSelection"},
{ 0x20038, "SetMovieSelection"},
{ 0x20039, "GetMovieTime"},
{ 0x2003c, "SetMovieTime"},
{ 0x2003d, "SetMovieTimeValue"},
{ 0x2003e, "GetMovieUserData"},
{ 0x2003f, "GetMovieTrackCount"},
{ 0x20040, "GetMovieTrack"},
{ 0x20042, "DisposeMovieTrack"},
{ 0x20043, "GetTrackCreationTime"},
{ 0x20044, "GetTrackModificationTime"},
{ 0x20045, "GetTrackEnabled"},
{ 0x20046, "SetTrackEnabled"},
{ 0x20047, "GetTrackUsage"},
{ 0x20048, "SetTrackUsage"},
{ 0x2004b, "GetTrackDuration"},
{ 0x2004c, "GetTrackOffset"},
{ 0x2004d, "SetTrackOffset"},
{ 0x20050, "GetTrackLayer"},
{ 0x20051, "SetTrackLayer"},
{ 0x20052, "GetTrackAlternate"},
{ 0x20053, "SetTrackAlternate"},
{ 0x20054, "GetTrackVolume"},
{ 0x20055, "SetTrackVolume"},
{ 0x20056, "GetTrackMatrix"},
{ 0x20057, "SetTrackMatrix"},
{ 0x2005d, "GetTrackDimensions"},
{ 0x2005e, "SetTrackDimensions"},
{ 0x2005f, "GetTrackUserData"},
{ 0x20061, "DisposeTrackMedia"},
{ 0x20062, "GetTrackMedia"},
{ 0x20066, "GetMediaCreationTime"},
{ 0x20067, "GetMediaModificationTime"},
{ 0x20068, "GetMediaTimeScale"},
{ 0x20069, "SetMediaTimeScale"},
{ 0x2006a, "GetMediaDuration"},
{ 0x2006b, "GetMediaLanguage"},
{ 0x2006c, "SetMediaLanguage"},
{ 0x2006d, "GetMediaQuality"},
{ 0x2006e, "SetMediaQuality"},
{ 0x2006f, "GetMediaHandlerDescription"},
{ 0x20070, "GetMediaUserData"},
{ 0x20071, "GetMediaHandler"},
{ 0x20072, "BeginMediaEdits"},
{ 0x20073, "EndMediaEdits"},
{ 0x20074, "AddEmptyTrackToMovie"},
{ 0x20077, "GetMediaSampleDescriptionCount"},
{ 0x20078, "GetMediaSampleDescription"},
{ 0x20079, "GetMediaSampleCount"},
{ 0x2007a, "SampleNumToMediaTime"},
{ 0x2007b, "MediaTimeToSampleNum"},
{ 0x2007c, "AddMediaSample"},
{ 0x2007d, "AddMediaSampleReference"},
{ 0x2007e, "GetMediaSample"},
{ 0x2007f, "GetMediaSampleReference"},
{ 0x20084, "CloneRgn"},
{ 0x20085, "InsertTrackSegment"},
{ 0x20086, "InsertMovieSegment"},
{ 0x20087, "InsertEmptyTrackSegment"},
{ 0x20088, "InsertEmptyMovieSegment"},
{ 0x20089, "DeleteTrackSegment"},
{ 0x2008a, "DeleteMovieSegment"},
{ 0x2008b, "ScaleTrackSegment"},
{ 0x2008c, "ScaleMovieSegment"},
{ 0x2008d, "CutMovieSelection"},
{ 0x2008e, "CopyMovieSelection"},
{ 0x2008f, "PasteMovieSelection"},
{ 0x20096, "TrackTimeToMediaTime"},
{ 0x20098, "GetMovieDataSize"},
{ 0x20099, "GetMediaDataSize"},
{ 0x2009a, "PtInMovie"},
{ 0x2009b, "PtInTrack"},
{ 0x2009c, "SetMovieLanguage"},
{ 0x2009d, "SetTrackGWorld"},
{ 0x2009e, "GetUserData"},
{ 0x2009f, "AddUserData"},
{ 0x200a0, "RemoveUserData"},
{ 0x200a5, "NewTimeBase"},
{ 0x200a6, "GetTimeBaseTime"},
{ 0x200a7, "SetTimeBaseTime"},
{ 0x200a8, "SetTimeBaseValue"},
{ 0x200a9, "GetTimeBaseRate"},
{ 0x200aa, "SetTimeBaseRate"},
{ 0x200ab, "GetTimeBaseStartTime"},
{ 0x200ac, "SetTimeBaseStartTime"},
{ 0x200ad, "GetTimeBaseStopTime"},
{ 0x200ae, "SetTimeBaseStopTime"},
{ 0x200af, "GetTimeBaseMasterTimeBase"},
{ 0x200b0, "GetTimeBaseMasterClock"},
{ 0x200b1, "GetTimeBaseFlags"},
{ 0x200b2, "SetTimeBaseFlags"},
{ 0x200b3, "SetTimeBaseMasterClock"},
{ 0x200b4, "SetTimeBaseMasterTimeBase"},
{ 0x200b5, "ConvertTime"},
{ 0x200b6, "DisposeTimeBase"},
{ 0x200b7, "ConvertTimeScale"},
{ 0x200b8, "CallMeWhen"},
{ 0x200b9, "CancelCallBack"},
{ 0x200c5, "GetMediaTrack"},
{ 0x200cb, "PasteHandleIntoMovie"},
|