diff options
author | James Almer <jamrial@gmail.com> | 2020-06-27 22:05:16 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-07-01 00:00:51 -0300 |
commit | 6b57d4d9eb27520893c39a6a51658272ccc5e0ca (patch) | |
tree | ae6248f6ae93be4d9dd7c92d2e4802a8664b60e5 /libavcodec/internal.h | |
parent | e409262837712016097c187e97bf99aadf6a4cdf (diff) | |
download | ffmpeg-6b57d4d9eb27520893c39a6a51658272ccc5e0ca.tar.gz |
avcodec/internal: remove unused out_frame field from DecodeSimpleContext
It was introduced in 061a0c14bb but apparently never used
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r-- | libavcodec/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |