[FFmpeg-devel] [PATCH 2/3] fate/ffmpeg: add a second, simple sub2video test
Jan Ekström
jeebjp at gmail.com
Thu Mar 12 01:50:31 EET 2020
On Thu, Mar 12, 2020 at 1:42 AM Jan Ekström <jeebjp at 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
More information about the ffmpeg-devel
mailing list