ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Sat Jun 27 22:05:16 2020 -0300| [6b57d4d9eb27520893c39a6a51658272ccc5e0ca] | committer: James Almer
avcodec/internal: remove unused out_frame field from DecodeSimpleContext It was introduced in 061a0c14bb but apparently never used Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b57d4d9eb27520893c39a6a51658272ccc5e0ca --- libavcodec/internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 87710780af..0a1c0a17ec 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -110,7 +110,6 @@ typedef struct DecodeSimpleContext { AVPacket *in_pkt; - AVFrame *out_frame; } DecodeSimpleContext; typedef struct EncodeSimpleContext { _______________________________________________ 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".