I am developing a file importer plugin using SDK 2015 over Premiere Pro CC 2017, and I'm finding problems decompressing some DV frame formats. Using PrPixelFormat_YUYV_422_8u_601, PrPixelFormat_YUYV_422_8u_709, PrPixelFormat_ARGB_4444_8u, PrPixelFormat_PALDV25 or PrPixelFormat_PALDV50 everything works fine. The problems arise when Premiere asks for PrPixelFormat_PALDV100_1080iframes. In this case, the behavior of Premiere is as follows:
The same code is working perfectly for DV and DV50 frames, so does anyone know what's the difference with DV100? Should I do something different?