ffmpeg | branch: master | Steven Liu <[email protected]> | Thu Jul 11 09:34:34 2019 +0800| [092bd1e54fefb72f1bc84eb7ab945113480ba67c] | committer: Steven Liu
avcodec/videotoolboxenc: remove unused variable Signed-off-by: Steven Liu <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=092bd1e54fefb72f1bc84eb7ab945113480ba67c --- libavcodec/videotoolboxenc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c index f8ccdea52d..ff33c279c3 100644 --- a/libavcodec/videotoolboxenc.c +++ b/libavcodec/videotoolboxenc.c @@ -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, _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
