]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/packet.h
avcodec, avformat: Remove AVPacket.convergence_duration
[ffmpeg] / libavcodec / packet.h
index ca18ae631f362476109d931264da80f4d23e4797..47e9b8999b21bc29e52c2bb17467e3a9f297633b 100644 (file)
@@ -387,16 +387,6 @@ typedef struct AVPacket {
     int64_t duration;
 
     int64_t pos;                            ///< byte position in stream, -1 if unknown
-
-#if FF_API_CONVERGENCE_DURATION
-    /**
-     * @deprecated Same as the duration field, but as int64_t. This was required
-     * for Matroska subtitles, whose duration values could overflow when the
-     * duration field was still an int.
-     */
-    attribute_deprecated
-    int64_t convergence_duration;
-#endif
 } AVPacket;
 
 #if FF_API_INIT_PACKET