* Get the encoder function */
| 8456 | * Get the encoder function |
| 8457 | */ |
| 8458 | xo_encoder_func_t |
| 8459 | xo_get_encoder (xo_handle_t *xop) |
| 8460 | { |
| 8461 | xop = xo_default(xop); |
| 8462 | return xop->xo_encoder; |
| 8463 | } |
| 8464 | |
| 8465 | /* |
| 8466 | * Record an encoder callback function in an xo handle. |
no test coverage detected