[FFmpeg-cvslog] avcodec/internal: remove unused out_frame field from DecodeSimpleContext

James Almer git at videolan.org
Wed Jul 1 06:26:44 EEST 2020


ffmpeg | branch: master | James Almer <jamrial at 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 <jamrial at 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 {



More information about the ffmpeg-cvslog mailing list