| 155 | |
| 156 | |
| 157 | ERR PKImageEncode_Create_DevIL( |
| 158 | PKImageEncode** ppIE) |
| 159 | { |
| 160 | ERR err = WMP_errSuccess; |
| 161 | PKImageEncode* pIE = NULL; |
| 162 | |
| 163 | Call(PKImageEncode_Create(ppIE)); |
| 164 | |
| 165 | pIE = *ppIE; |
| 166 | pIE->WritePixels = ilPKImageEncode_WritePixels_DevIL; |
| 167 | |
| 168 | Cleanup: |
| 169 | return err; |
| 170 | } |
| 171 | |
| 172 | |
| 173 | ERR iWmpDecAppCreateEncoderFromExt( |
no outgoing calls
no test coverage detected