]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
doxy: Clarify what avpriv_set_pts_info does
[ffmpeg] / ffmpeg.h
index d260222c55269808eb6baec43aa7e8c458879ac6..afef6fb98b1cbc4f2a25c06b0b2574f72a244b80 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -246,6 +246,7 @@ typedef struct InputStream {
 
     struct sub2video {
         int64_t last_pts;
+        int64_t end_pts;
         AVFilterBufferRef *ref;
         int w, h;
     } sub2video;