mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-18 13:00:00 +01:00
vaapi_encode: Remove unused function
This commit is contained in:
@@ -1047,12 +1047,6 @@ int ff_vaapi_encode_receive_packet(AVCodecContext *avctx, AVPacket *pkt)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int ff_vaapi_encode2(AVCodecContext *avctx, AVPacket *pkt,
|
||||
const AVFrame *input_image, int *got_packet)
|
||||
{
|
||||
return AVERROR(ENOSYS);
|
||||
}
|
||||
|
||||
static av_cold void vaapi_encode_add_global_param(AVCodecContext *avctx,
|
||||
VAEncMiscParameterBuffer *buffer,
|
||||
size_t size)
|
||||
|
||||
Reference in New Issue
Block a user