X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=afef6fb98b1cbc4f2a25c06b0b2574f72a244b80;hb=df0d6735b38d6a1317c1d3e56048ce59b350a086;hp=d260222c55269808eb6baec43aa7e8c458879ac6;hpb=034a1afbd85ee18c1b7f3b9be59371173d421c6b;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index d260222c552..afef6fb98b1 100644 --- 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;