From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id A101A42430 for ; Tue, 15 Mar 2022 21:54:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3925D68B120; Tue, 15 Mar 2022 23:53:59 +0200 (EET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 478C868AF4F for ; Tue, 15 Mar 2022 23:53:51 +0200 (EET) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 5A30DE0008 for ; Tue, 15 Mar 2022 21:53:50 +0000 (UTC) Date: Tue, 15 Mar 2022 22:53:49 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220315215349.GF2829255@pb2> References: <20220315183045.15050-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] tests: Add fate-bsf-dv-error-marker X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============8804317126463949238==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8804317126463949238== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="TOyaSDMTE5F32nLe" Content-Disposition: inline --TOyaSDMTE5F32nLe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 15, 2022 at 03:35:08PM -0300, James Almer wrote: >=20 >=20 > On 3/15/2022 3:30 PM, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > tests/Makefile | 1 + > > tests/fate/dvvideo.mak | 6 ++++++ > > tests/ref/fate/bsf-dv-error-marker | 1 + > > 3 files changed, 8 insertions(+) > > create mode 100644 tests/fate/dvvideo.mak > > create mode 100644 tests/ref/fate/bsf-dv-error-marker > >=20 > > diff --git a/tests/Makefile b/tests/Makefile > > index c4c31ae871..9f33394856 100644 > > --- a/tests/Makefile > > +++ b/tests/Makefile > > @@ -133,6 +133,7 @@ include $(SRC_PATH)/tests/fate/dfa.mak > > include $(SRC_PATH)/tests/fate/dnn.mak > > include $(SRC_PATH)/tests/fate/dnxhd.mak > > include $(SRC_PATH)/tests/fate/dpcm.mak > > +include $(SRC_PATH)/tests/fate/dvvideo.mak > > include $(SRC_PATH)/tests/fate/ea.mak > > include $(SRC_PATH)/tests/fate/exif.mak > > include $(SRC_PATH)/tests/fate/ffmpeg.mak > > diff --git a/tests/fate/dvvideo.mak b/tests/fate/dvvideo.mak > > new file mode 100644 > > index 0000000000..3122a24f76 > > --- /dev/null > > +++ b/tests/fate/dvvideo.mak > > @@ -0,0 +1,6 @@ > > + > > +fate-bsf-dv-error-marker: CMD =3D md5 -i $(TARGET_SAMPLES)/dv/dvcprohd= _720p50.mov -flags +bitexact -fflags +bitexact -c:v copy -bsf noise=3D100,d= v_error_marker=3Dcolor=3Dblue -f avi >=20 > Add >=20 > fate-bsf-dv-error-marker: CMP =3D oneline > fate-bsf-dv-error-marker: REF =3D 4e884d3e8045299d0d45ec920fa58a44 >=20 > So there's no need for the ref file below. ok will apply with that change thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If a bugfix only changes things apparently unrelated to the bug with no further explanation, that is a good sign that the bugfix is wrong. --TOyaSDMTE5F32nLe Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYjEK6QAKCRBhHseHBAsP q9BxAKCPraEd4ARolffwCwzlI4aN1foCTgCeJa73u9AhEhU+6NVGcjdHEnawz2c= =huJt -----END PGP SIGNATURE----- --TOyaSDMTE5F32nLe-- --===============8804317126463949238== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============8804317126463949238==--