From 7ac5c38ec5baeea6ad647ccc9bb7e97564c50ec2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 5 May 2015 12:44:20 +0200 Subject: avformat/mux: Add avoid_negative_ts_use_pts This allows using pts instead of dts for negative TS avoidance Signed-off-by: Michael Niedermayer --- libavformat/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index 76ffcc517e..5dacb45133 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -97,6 +97,8 @@ struct AVFormatInternal { AVRational offset_timebase; int inject_global_side_data; + + int avoid_negative_ts_use_pts; }; #ifdef __GNUC__ -- cgit v1.2.3