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

Git pushed a commit to branch master
in repository ffmpeg.

commit c03d6ba2ebf0ef2b02c8db07ef8e06e77ef4a84d
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Sun May 3 11:44:46 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Tue Jun 23 19:15:57 2026 +0200

    avcodec/packet: Remove AVPacketList
    
    Deprecated in f7db77bd8785d1715d3e7ed7e69bd1cc991f2d07
    on 2021-03-17.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/packet.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/libavcodec/packet.h b/libavcodec/packet.h
index b1a0c3ae57..61569e3d4d 100644
--- a/libavcodec/packet.h
+++ b/libavcodec/packet.h
@@ -647,14 +647,6 @@ typedef struct AVPacket {
     AVRational time_base;
 } AVPacket;
 
-#if FF_API_INIT_PACKET
-attribute_deprecated
-typedef struct AVPacketList {
-    AVPacket pkt;
-    struct AVPacketList *next;
-} AVPacketList;
-#endif
-
 #define AV_PKT_FLAG_KEY     0x0001 ///< The packet contains a keyframe
 #define AV_PKT_FLAG_CORRUPT 0x0002 ///< The packet content is corrupted
 /**

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

Reply via email to