[FFmpeg-devel] [PATCH] avformat/matroska: Support HDR10+ metadata in Matroska.
Michael Niedermayer
michael at niedermayer.cc
Wed Sep 7 01:29:58 EEST 2022
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/1jGW3f94rglLfr5WGmMQe3SEnp1YkbMRy/view?usp=drivesdk
> 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 invocation)
Makefile:131: recipe for target 'ffmpeg_g' failed
make: *** [ffmpeg_g] Error 1
ff_* symbols arent shared between libs
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220907/1af5be17/attachment.sig>
More information about the ffmpeg-devel
mailing list