| 700 | } |
| 701 | |
| 702 | void FLEncoder_SetExtraInfo(FLEncoder e, void *info) FLAPI { |
| 703 | e->extraInfo = info; |
| 704 | } |
| 705 | |
| 706 | void* FLEncoder_GetExtraInfo(FLEncoder e) FLAPI { |
| 707 | return e->extraInfo; |
nothing calls this directly
no outgoing calls
no test coverage detected