mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
Block a user