ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Fri Mar 22 17:07:00 2024 +0100| [c77164390b6432626d970d197c2da44f408071bc] | committer: Andreas Rheinhardt
fftools/ffmpeg_enc: Don't call frame_data twice Reviewed-by: Jan Ekström <jee...@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c77164390b6432626d970d197c2da44f408071bc --- fftools/ffmpeg_enc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fftools/ffmpeg_enc.c b/fftools/ffmpeg_enc.c index f01be1c22f..5f7fcf8a5f 100644 --- a/fftools/ffmpeg_enc.c +++ b/fftools/ffmpeg_enc.c @@ -646,7 +646,6 @@ static int encode_frame(OutputFile *of, OutputStream *ost, AVFrame *frame, if (frame) { FrameData *fd = frame_data(frame); - fd = frame_data(frame); if (!fd) return AVERROR(ENOMEM); _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".