mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avcodec/magicyuvenc: Remove unused context variable
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -58,7 +58,6 @@ typedef struct MagicYUVContext {
|
||||
PutBitContext pb;
|
||||
int planes;
|
||||
uint8_t format;
|
||||
AVFrame *p;
|
||||
int slice_height;
|
||||
int nb_slices;
|
||||
int correlate;
|
||||
|
||||
Reference in New Issue
Block a user