]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
doxy: Clarify what avpriv_set_pts_info does
[ffmpeg] / ffmpeg.h
index e981a74f5253ac5b6be603cee3d2147e81d62905..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;
@@ -326,6 +327,7 @@ typedef struct OutputStream {
     char *avfilter;
 
     int64_t sws_flags;
+    int64_t swr_filter_type;
     int64_t swr_dither_method;
     double swr_dither_scale;
     AVDictionary *opts;