You've already forked FFmpeg
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:
@ -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)
|
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;
|
IMFSample *sample = NULL;
|
||||||
IMFMediaBuffer *buffer = NULL;
|
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user