This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new e960f0aa01 avcodec/mjpegdec: remove qscale_table field from 
MJpegDecodeContext
e960f0aa01 is described below

commit e960f0aa0185f841f0359a26359f88fb31f4cd2a
Author:     Ramiro Polla <[email protected]>
AuthorDate: Sat Jan 10 00:03:13 2026 +0100
Commit:     Ramiro Polla <[email protected]>
CommitDate: Mon Jan 19 22:42:09 2026 +0000

    avcodec/mjpegdec: remove qscale_table field from MJpegDecodeContext
    
    This field has been unused since 759001c534.
---
 libavcodec/mjpegdec.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/mjpegdec.h b/libavcodec/mjpegdec.h
index c2f83ac949..0561a531c4 100644
--- a/libavcodec/mjpegdec.h
+++ b/libavcodec/mjpegdec.h
@@ -112,7 +112,6 @@ typedef struct MJpegDecodeContext {
     AVFrame *picture_ptr; /* pointer to picture structure */
     int got_picture;                                ///< we found a SOF and 
picture is valid, too.
     int linesize[MAX_COMPONENTS];                   ///< linesize << interlaced
-    int8_t *qscale_table;
     DECLARE_ALIGNED(32, int16_t, block)[64];
     int16_t (*blocks[MAX_COMPONENTS])[64]; ///< intermediate sums (progressive 
mode)
     uint8_t *last_nnz[MAX_COMPONENTS];

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to