mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/videotoolboxenc: remove unused variable
Signed-off-by: Steven Liu <lq@onvideo.cn>
This commit is contained in:
parent
74d4fd0822
commit
092bd1e54f
|
@ -2400,8 +2400,6 @@ static int vtenc_populate_extradata(AVCodecContext *avctx,
|
|||
goto pe_cleanup;
|
||||
}
|
||||
|
||||
unsigned pbuftype = CVPixelBufferGetPixelFormatType(pix_buf);
|
||||
|
||||
time = CMTimeMake(0, avctx->time_base.den);
|
||||
status = VTCompressionSessionEncodeFrame(vtctx->session,
|
||||
pix_buf,
|
||||
|
|
Loading…
Reference in New Issue