On Thu, Mar 12, 2020 at 1:42 AM Jan Ekström <jee...@gmail.com> wrote: > > --- > tests/fate/ffmpeg.mak | 9 ++++ > tests/ref/fate/sub2video_basic | 95 ++++++++++++++++++++++++++++++++++ > 2 files changed, 104 insertions(+) > create mode 100644 tests/ref/fate/sub2video_basic >
Before the logic affecting patch, this test could be executed and it would output the same amount of packets, but it would force the PTS and DTS of the first packet to be zero. The diff would be as follows from before to after: -0, 0, 0, 1, 1382400, 0x00000000 +0, 3312, 3312, 1, 1382400, 0x00000000 Best regards, Jan _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".