[FFmpeg-devel] [PATCH] fate: Add test for Ticket 2397

Clément Bœsch u at pkh.me
Wed Apr 6 00:25:48 CEST 2016


On Sat, Apr 02, 2016 at 03:49:12AM +0200, Michael Niedermayer wrote:
> If someone can create a smaller test file (its 2.5Mb) that still has the same coverage that is welcome.
> otherwise ill upload the sample attached to the ticket
> 
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  tests/fate/filter-video.mak        |    4 +
>  tests/filtergraphs/overlay-2397    |    2 +
>  tests/ref/fate/filter-overlay-2397 |  848 ++++++++++++++++++++++++++++++++++++
>  3 files changed, 854 insertions(+)
>  create mode 100644 tests/filtergraphs/overlay-2397
>  create mode 100644 tests/ref/fate/filter-overlay-2397
> 
> diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
> index 7fb7677..5fd6ae0 100644
> --- a/tests/fate/filter-video.mak
> +++ b/tests/fate/filter-video.mak
> @@ -304,6 +304,10 @@ FATE_FILTER-$(call ALLYES, SMJPEG_DEMUXER MJPEG_DECODER PERMS_FILTER HQDN3D_FILT
>  fate-filter-hqdn3d-sample: tests/data/filtergraphs/hqdn3d
>  fate-filter-hqdn3d-sample: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/smjpeg/scenwin.mjpg -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/hqdn3d -an
>  
> +FATE_FILTER-$(call ALLYES, MATROSKA_DEMUXER OVERLAY_FILTER H264_DECODER DVDSUB_DECODER) += fate-filter-overlay-2397
> +fate-filter-overlay-2397: tests/data/filtergraphs/overlay-2397
> +fate-filter-overlay-2397: CMD = framecrc -flags bitexact -i $(TARGET_SAMPLES)/filter/242_4.mkv -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/overlay-2397 -c:a copy
> +

is it relevant to include the audio?

also i'd better mention "dvdsub" than the ticket id (commit message should
still contain the reference to the ticket though).

thanks

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160406/c633a745/attachment.sig>


More information about the ffmpeg-devel mailing list