summaryrefslogtreecommitdiff
path: root/libavcodec/magicyuvenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-22 23:38:19 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-23 11:52:28 +0100
commitb14321e307fcd662f8d9aaa17c7f297cba2cbe4a (patch)
tree8d1f8d3f12135c34142c99bd759eccf0ceef7572 /libavcodec/magicyuvenc.c
parent095ccc7b335d44fcadfd09e8bcda5defa46d804c (diff)
avcodec/magicyuvenc: Remove unused context variable
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/magicyuvenc.c')
-rw-r--r--libavcodec/magicyuvenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/magicyuvenc.c b/libavcodec/magicyuvenc.c
index 5a37a49d63..7fb7578327 100644
--- a/libavcodec/magicyuvenc.c
+++ b/libavcodec/magicyuvenc.c
@@ -58,7 +58,6 @@ typedef struct MagicYUVContext {
PutBitContext pb;
int planes;
uint8_t format;
- AVFrame *p;
int slice_height;
int nb_slices;
int correlate;