| 590 | |
| 591 | private: |
| 592 | static enum AVPixelFormat SelectPixelFormat(AVCodecContext* codec_context, const enum AVPixelFormat* pix_fmts) { |
| 593 | const auto* self = static_cast<GenericDecodeReader*>(codec_context->opaque); |
| 594 | const AVPixelFormat preferred_hw = |
| 595 | self && self->decode_kind_ == DecodeKind::Cuda ? AV_PIX_FMT_CUDA : |
nothing calls this directly
no outgoing calls
no test coverage detected