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

Git pushed a commit to branch master
in repository ffmpeg.

commit 2718874724a467b964dcdd32cff9f321a203a377
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Wed Dec 10 21:15:09 2025 +0100
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sat Dec 13 05:55:44 2025 +0100

    avcodec/hq_hqadata: Remove padding from tables
    
    Each table needs only tab_w*tab_h*2 entries.
    
    Reviewed-by: Marton Balint <[email protected]>
    Reviewed-by: Lynne <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/hq_hqadata.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libavcodec/hq_hqadata.h b/libavcodec/hq_hqadata.h
index 10120ee94f..9c2c792c7f 100644
--- a/libavcodec/hq_hqadata.h
+++ b/libavcodec/hq_hqadata.h
@@ -1739,7 +1739,6 @@ static const uint8_t hq_tab_02[] = {
     16, 35, 11, 41, 16,  3, 21, 16, 27, 19, 21, 32, 27, 36, 22,
      2, 10, 13,  5, 19,  0, 29,  5, 39,  0,  2, 16, 17, 10, 22,
     16, 34, 11, 42, 16,  2, 21, 15, 27, 18, 21, 31, 27, 37, 22,
-     0,  0,
 };
 
 static const uint8_t hq_tab_03[] = {
@@ -5444,7 +5443,6 @@ static const uint8_t hq_tab_08[] = {
      8,  41,  0, 72,   8, 83,  0, 114,  8, 15,  25, 26, 17,  57, 25,
     68,  17, 99, 25, 110, 17, 11,  34, 37, 43,  53, 34, 75,  43, 95,
     34, 113, 43, 12,  60, 38, 51,  50, 60, 79,  52, 88, 60, 117, 52,
-     0,   0,  0,  0,   0,  0,  0,   0,
 };
 
 static const uint8_t hq_tab_09[] = {
@@ -6132,7 +6130,7 @@ static const uint8_t hq_tab_16[] = {
      5, 3,  1, 4, 3, 5, 3,  6, 1,  7, 5,  8, 9,  0,  6,
      1, 0,  2, 4, 3, 2, 4,  2, 5,  4, 6,  0, 7,  6,  8,
     10, 0,  5, 1, 1, 2, 3,  3, 3,  4, 1,  5, 5,  6, 10,
-     7, 7,  8, 0, 0,
+     7, 7,  8,
 };
 
 static const uint8_t hq_tab_17[] = {

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

Reply via email to