avcodec/magicyuvenc: Remove unused context variable

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/5.1
Andreas Rheinhardt 3 years ago
parent 095ccc7b33
commit b14321e307
  1. 1
      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;

Loading…
Cancel
Save