| 2150 | }; |
| 2151 | |
| 2152 | int ff_vaapi_encode_receive_packet(AVCodecContext *avctx, AVPacket *pkt) |
| 2153 | { |
| 2154 | return ff_hw_base_encode_receive_packet(avctx->priv_data, avctx, pkt); |
| 2155 | } |
| 2156 | |
| 2157 | av_cold int ff_vaapi_encode_init(AVCodecContext *avctx) |
| 2158 | { |
nothing calls this directly
no test coverage detected