changeset 7848 | 775a72905708 |
parent 7804 | 9122461ae32b |
child 8026 | 4a4f21070479 |
child 8865 | dd4035ee0f12 |
7847:a595d4f4837d | 7848:775a72905708 |
---|---|
309 conversionFormat:= SDL_AllocFormat(SDL_PIXELFORMAT_ABGR8888); |
309 conversionFormat:= SDL_AllocFormat(SDL_PIXELFORMAT_ABGR8888); |
310 end; |
310 end; |
311 |
311 |
312 procedure freeModule; |
312 procedure freeModule; |
313 begin |
313 begin |
314 recordFileName:= ''; |
|
315 SDL_FreeFormat(conversionFormat); |
314 SDL_FreeFormat(conversionFormat); |
316 end; |
315 end; |
317 |
316 |
318 end. |
317 end. |