mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/magicyuvenc: Remove unused context variable
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
095ccc7b33
commit
b14321e307
|
@ -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…
Reference in New Issue