mirror of https://git.ffmpeg.org/ffmpeg.git
vaapi_encode: Remove unused function
This commit is contained in:
parent
97ddc5d1f7
commit
7056002796
|
@ -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)
|
||||
|
|
|
@ -409,9 +409,6 @@ typedef struct VAAPIEncodeType {
|
|||
} VAAPIEncodeType;
|
||||
|
||||
|
||||
int ff_vaapi_encode2(AVCodecContext *avctx, AVPacket *pkt,
|
||||
const AVFrame *input_image, int *got_packet);
|
||||
|
||||
int ff_vaapi_encode_send_frame(AVCodecContext *avctx, const AVFrame *frame);
|
||||
int ff_vaapi_encode_receive_packet(AVCodecContext *avctx, AVPacket *pkt);
|
||||
|
||||
|
|
Loading…
Reference in New Issue