Rémi Bernon (@rbernon) commented about dlls/ir50_32/ir50.c:
- switch( msg )
- {
- case DRV_LOAD:
TRACE("DRV_LOAD\n");
r = 1;
break;
- case DRV_OPEN:
r = IV50_Open((ICINFO *)lParam2);
break;
- case DRV_CLOSE:
TRACE("DRV_CLOSE\n");
if ( decoder )
IMFTransform_Release( decoder );
Maybe this should be moved to the commit where you implement `DRV_OPEN`?