This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new f93cd72dde fftools/ffprobe: drop duplicate HDR10+ window corner fields
f93cd72dde is described below
commit f93cd72dde3056c2efb39e11589745d78cd24409
Author: zhanghongyuan <[email protected]>
AuthorDate: Sat Sep 5 09:07:33 2026 +0800
Commit: Kacper Michajłow <[email protected]>
CommitDate: Sun Sep 6 03:56:05 2026 +0000
fftools/ffprobe: drop duplicate HDR10+ window corner fields
window_upper_left_corner_x/_y were printed twice within the geometry
loop of print_dynamic_hdr10_plus() (copy-paste leftover). Remove the
redundant pair, which emits duplicate lines in flat output and
duplicate keys in JSON.
Signed-off-by: zhanghongyuan <[email protected]>
---
fftools/ffprobe.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 31f74106f9..cc622cfdc3 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -748,10 +748,6 @@ static void print_dynamic_hdr10_plus(AVTextFormatContext
*tfc, const AVDynamicHD
params->window_lower_right_corner_x,'/');
print_q("window_lower_right_corner_y",
params->window_lower_right_corner_y,'/');
- print_q("window_upper_left_corner_x",
- params->window_upper_left_corner_x,'/');
- print_q("window_upper_left_corner_y",
- params->window_upper_left_corner_y,'/');
print_int("center_of_ellipse_x",
params->center_of_ellipse_x ) ;
print_int("center_of_ellipse_y",
--
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]