mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
vaapi_encode: Remove unused function
This commit is contained in:
parent
97ddc5d1f7
commit
7056002796
2 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue