| 409 | } |
| 410 | |
| 411 | FFMS_API(void) FFMS_FreeIndexBuffer(uint8_t **BufferPtr) { |
| 412 | av_freep(BufferPtr); |
| 413 | } |
| 414 | |
| 415 | FFMS_API(int) FFMS_GetPixFmt(const char *Name) { |
| 416 | return av_get_pix_fmt(Name); |
nothing calls this directly
no outgoing calls
no test coverage detected