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

Git pushed a commit to branch master
in repository ffmpeg.

commit 0ff884dabec72f9e8bb548739e2a75ab03d1487b
Author:     Niklas Haas <[email protected]>
AuthorDate: Thu Jul 23 17:21:43 2026 +0200
Commit:     Niklas Haas <[email protected]>
CommitDate: Mon Aug 3 09:32:30 2026 +0000

    swscale/csputils: remove unused struct
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <[email protected]>
---
 libswscale/csputils.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libswscale/csputils.h b/libswscale/csputils.h
index c28e4ac7ae..82eb0b68f4 100644
--- a/libswscale/csputils.h
+++ b/libswscale/csputils.h
@@ -65,10 +65,6 @@ SwsMatrix3x3 ff_sws_get_adaptation(const 
AVPrimaryCoefficients *prim,
                                    AVWhitepointCoefficients to);
 
 /* Integer math definitions / helpers */
-typedef struct v3u8_t {
-    uint8_t x, y, z;
-} v3u8_t;
-
 typedef struct v2u16_t {
     uint16_t x, y;
 } v2u16_t;

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

Reply via email to