Subversion Repositories filter_foundry

Rev

Rev 393 | Rev 408 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 393 Rev 396
Line 148... Line 148...
148
        simplealert(tmp);
148
        simplealert(tmp);
149
        #endif
149
        #endif
150
 
150
 
151
        if (pb->hostSig == HOSTSIG_ADOBE_PREMIERE) {
151
        if (pb->hostSig == HOSTSIG_ADOBE_PREMIERE) {
152
                // DM 19.07.2021 : Tried running the 8BF file in Adobe Premiere 5 (yes, that's possible,
152
                // DM 19.07.2021 : Tried running the 8BF file in Adobe Premiere 5 (yes, that's possible,
153
                // and there is even a FilterFactory for Premeire!),
153
                // and there is even a FilterFactory for Premiere!),
154
                // but it crashes in evalpixel() where there is write-access to the "outp".
154
                // but it crashes in evalpixel() where there is write-access to the "outp".
155
                // Probably the canvas structure is different (maybe it contains frames to achieve transitions?)
155
                // Probably the canvas structure is different (maybe it contains frames to achieve transitions?)
156
                if (!premiereWarnedOnce) {
156
                if (!premiereWarnedOnce) {
157
                        simplealert(_strdup("This version of Filter Foundry is not compatible with Adobe Premiere!"));
157
                        simplealert(_strdup("This version of Filter Foundry is not compatible with Adobe Premiere!"));
158
                }
158
                }