[FFmpeg-cvslog] avcodec/magicyuvenc: Remove unused context variable
Andreas Rheinhardt
git at videolan.org
Wed Feb 23 13:05:13 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Feb 22 23:38:19 2022 +0100| [b14321e307fcd662f8d9aaa17c7f297cba2cbe4a] | committer: Andreas Rheinhardt
avcodec/magicyuvenc: Remove unused context variable
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b14321e307fcd662f8d9aaa17c7f297cba2cbe4a
---
libavcodec/magicyuvenc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/magicyuvenc.c b/libavcodec/magicyuvenc.c
index 5a37a49d63..7fb7578327 100644
--- a/libavcodec/magicyuvenc.c
+++ b/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;
More information about the ffmpeg-cvslog
mailing list