X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=afef6fb98b1cbc4f2a25c06b0b2574f72a244b80;hb=1dd33d472a608daba459b628c170e89d796f1795;hp=d260222c55269808eb6baec43aa7e8c458879ac6;hpb=835fd779a46d14d6999618546a9833b3f2af2326;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;