1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avcodec/mfenc: remove unused variables

This commit is contained in:
Timo Rothenpieler
2025-08-01 19:24:38 +02:00
parent e5275dbc96
commit 6115f03939

View File

@ -449,10 +449,7 @@ static int process_software_frame(AVCodecContext *avctx, const AVFrame *frame, I
static int mf_v_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame, IMFSample **out_sample)
{
MFContext *c = avctx->priv_data;
MFFunctions *func = &c->functions;
IMFSample *sample = NULL;
IMFMediaBuffer *buffer = NULL;
HRESULT hr;
int ret;