mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-21 22:40:18 +01:00
avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLED
And also don't use explicit constants in the movenc test. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -127,7 +127,7 @@ fail:
|
||||
s->avoid_negative_ts = oc->avoid_negative_ts;
|
||||
ffformatcontext(s)->avoid_negative_ts_use_pts =
|
||||
ffformatcontext(oc)->avoid_negative_ts_use_pts;
|
||||
oc->avoid_negative_ts = 0;
|
||||
oc->avoid_negative_ts = AVFMT_AVOID_NEG_TS_DISABLED;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user