]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/internal: remove unused out_frame field from DecodeSimpleContext
authorJames Almer <jamrial@gmail.com>
Sun, 28 Jun 2020 01:05:16 +0000 (22:05 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 1 Jul 2020 03:00:51 +0000 (00:00 -0300)
It was introduced in 061a0c14bb but apparently never used

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/internal.h

index 87710780aff7ea0c22fdc78b515a36bb1fe994aa..0a1c0a17ec1cc232eb4aedab9f80c8e6dd3ec7af 100644 (file)
 
 typedef struct DecodeSimpleContext {
     AVPacket *in_pkt;
-    AVFrame  *out_frame;
 } DecodeSimpleContext;
 
 typedef struct EncodeSimpleContext {