From 6d95d9689831a74fade32038a808f206c03d8aa2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Feb 2024 10:58:39 +0100 Subject: FIXME: Remove all use of add_child() from xmlpp. Needs bump of libcxml. --- src/lib/player_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/player_video.h') diff --git a/src/lib/player_video.h b/src/lib/player_video.h index f2781c1a0..acf7f6473 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -82,7 +82,7 @@ public: static AVPixelFormat force (AVPixelFormat); static AVPixelFormat keep_xyz_or_rgb (AVPixelFormat); - void add_metadata (xmlpp::Node* node) const; + void add_metadata(xmlpp::Element* element) const; void write_to_socket (std::shared_ptr socket) const; bool reset_metadata (std::shared_ptr film, dcp::Size player_video_container_size); -- cgit v1.2.3