| 162 | |
| 163 | // Get hardware pix format |
| 164 | static enum AVPixelFormat get_hw_dec_format(AVCodecContext *ctx, const enum AVPixelFormat *pix_fmts) |
| 165 | { |
| 166 | const enum AVPixelFormat *p; |
| 167 |
nothing calls this directly
no outgoing calls
no test coverage detected