You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
wrapped_avframe: Drop a now-unused variable
This commit is contained in:
@@ -43,7 +43,6 @@ static int wrapped_avframe_encode(AVCodecContext *avctx, AVPacket *pkt,
|
|||||||
const AVFrame *frame, int *got_packet)
|
const AVFrame *frame, int *got_packet)
|
||||||
{
|
{
|
||||||
AVFrame *wrapped = av_frame_clone(frame);
|
AVFrame *wrapped = av_frame_clone(frame);
|
||||||
int ret;
|
|
||||||
|
|
||||||
if (!wrapped)
|
if (!wrapped)
|
||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
|
Reference in New Issue
Block a user