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 731F1443A0 for ; Tue, 6 Sep 2022 22:30:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 38D6468BB51; Wed, 7 Sep 2022 01:30:07 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BE2EE68BA9D for ; Wed, 7 Sep 2022 01:30:00 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id C1F5B60003 for ; Tue, 6 Sep 2022 22:29:59 +0000 (UTC) Date: Wed, 7 Sep 2022 00:29:58 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220906222958.GW2088045@pb2> References: <20220417172658.GN3529341@pb2> <20220906214704.704687-1-izadi@google.com> MIME-Version: 1.0 In-Reply-To: <20220906214704.704687-1-izadi@google.com> Subject: Re: [FFmpeg-devel] [PATCH] avformat/matroska: Support HDR10+ metadata in Matroska. 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="===============0994896283608875751==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0994896283608875751== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="MmX58n9T22ba0WwG" Content-Disposition: inline --MmX58n9T22ba0WwG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 06, 2022 at 09:47:04PM +0000, Mohammad Izadi wrote: > The fate test file can be found here: https://drive.google.com/file/d/1jG= W3f94rglLfr5WGmMQe3SEnp1YkbMRy/view?usp=3Ddrivesdk > The video file needs to be copied to fate-suite/mkv/ > --- > libavcodec/dynamic_hdr10_plus.c | 269 +++++++++++++++++--- > libavcodec/dynamic_hdr10_plus.h | 35 ++- > libavformat/matroska.h | 5 + > libavformat/matroskadec.c | 30 ++- > libavformat/matroskaenc.c | 45 +++- > tests/fate/matroska.mak | 6 + > tests/ref/fate/matroska-hdr10-plus-metadata | 74 ++++++ > 7 files changed, 407 insertions(+), 57 deletions(-) > create mode 100644 tests/ref/fate/matroska-hdr10-plus-metadata LD ffmpeg_g libavformat/libavformat.so: undefined reference to `ff_parse_full_itu_t_t35= _to_dynamic_hdr10_plus' libavformat/libavformat.so: undefined reference to `ff_write_dynamic_hdr10_= plus_to_full_itu_t_t35' clang: error: linker command failed with exit code 1 (use -v to see invocat= ion) Makefile:131: recipe for target 'ffmpeg_g' failed make: *** [ffmpeg_g] Error 1 ff_* symbols arent shared between libs thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is dangerous to be right in matters on which the established authorities are wrong. -- Voltaire --MmX58n9T22ba0WwG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYxfJ4gAKCRBhHseHBAsP q/0kAJ9OpTk8/jFMQ/wDUzWZPBv2x+ywaQCePiJP/hgskRUbFeg6p9eBc6fjZl0= =mpaS -----END PGP SIGNATURE----- --MmX58n9T22ba0WwG-- --===============0994896283608875751== 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". --===============0994896283608875751==--