summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-06-27 22:05:16 -0300
committerJames Almer <jamrial@gmail.com>2020-07-01 00:00:51 -0300
commit6b57d4d9eb27520893c39a6a51658272ccc5e0ca (patch)
treeae6248f6ae93be4d9dd7c92d2e4802a8664b60e5
parente409262837712016097c187e97bf99aadf6a4cdf (diff)
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>
-rw-r--r--libavcodec/internal.h1
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 {