From: Mike Melanson <[email protected]> --- tests/fate2.mak | 3 +++ tests/ref/fate/bsf_h264_mp4toannexb | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 tests/ref/fate/bsf_h264_mp4toannexb
diff --git a/tests/fate2.mak b/tests/fate2.mak index 479adf6..4ef569f 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -90,3 +90,6 @@ fate-r210: CMD = framecrc -i $(SAMPLES)/r210/r210.avi -pix_fmt rgb48le FATE_TESTS += fate-xxan_wc4_video fate-xxan_wc4_video: CMD = framecrc -i $(SAMPLES)/wc4-xan/wc4_2.avi -an -vframes 10 + +FATE_TESTS += fate-bsf_h264_mp4toannexb +fate-bsf_h264_mp4toannexb: CMD = md5 -i $(SAMPLES)/h264/interlaced_crop.mp4 -vcodec copy -bsf h264_mp4toannexb -f mpeg diff --git a/tests/ref/fate/bsf_h264_mp4toannexb b/tests/ref/fate/bsf_h264_mp4toannexb new file mode 100644 index 0000000..6395f24 --- /dev/null +++ b/tests/ref/fate/bsf_h264_mp4toannexb @@ -0,0 +1 @@ +503d34ff458a86387ab349c31726f19a -- 1.7.4.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
