added a fullscreen button in the top header (windows only)
written by Florian Eggenberger.
This commit is contained in:
@@ -574,6 +574,7 @@ int get_qtcodec_settings(void)
|
||||
// cd.componentManufacturer = 0;
|
||||
// cd.componentFlags = 0;
|
||||
// cd.componentFlagsMask = 0;
|
||||
Handle *theText;
|
||||
|
||||
if(qcdx == NULL) {
|
||||
qcdx = MEM_callocN(sizeof(QuicktimeCodecDataExt), "QuicktimeCodecDataExt");
|
||||
@@ -629,6 +630,10 @@ int get_qtcodec_settings(void)
|
||||
SCGetInfo(qcdx->theComponent, scSpatialSettingsType, &qcdx->gSpatialSettings);
|
||||
SCGetInfo(qcdx->theComponent, scDataRateSettingsType, &qcdx->aDataRateSetting);
|
||||
|
||||
//GraphicsExportGetSettingsAsText (qcdx->theComponent,theText );
|
||||
|
||||
//printf("%s\n", theText);
|
||||
|
||||
// framerate jugglin'
|
||||
|
||||
if(qcdx->gTemporalSettings.frameRate == 1571553) { // 23.98 fps
|
||||
|
Reference in New Issue
Block a user