mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 02:04:58 +00: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;
|
PutBitContext pb;
|
||||||
int planes;
|
int planes;
|
||||||
uint8_t format;
|
uint8_t format;
|
||||||
AVFrame *p;
|
|
||||||
int slice_height;
|
int slice_height;
|
||||||
int nb_slices;
|
int nb_slices;
|
||||||
int correlate;
|
int correlate;
|
||||||
|
Loading…
Reference in New Issue
Block a user