ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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.rheinha...@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;

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to