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

James Almer jamrial at gmail.com
Sun Jun 28 04:20:13 EEST 2020


It was introduced in 061a0c14bb but apparently never used

Signed-off-by: James Almer <jamrial at gmail.com>
---
 libavcodec/internal.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 21708df12e..e4f4b1f190 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 {
-- 
2.27.0



More information about the ffmpeg-devel mailing list