diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-10-13 19:20:29 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2021-10-20 22:47:42 +0800 |
commit | b22b8e5489bcd4c19ca6beecf1ec055f39cb5c59 (patch) | |
tree | cbe8c9b1ab8a3de339929deb9c63cbcdda433ce9 /libavcodec/arm/blockdsp_arm.h | |
parent | 32531333824a76524987c481daba43ffffa43ef0 (diff) | |
download | ffmpeg-b22b8e5489bcd4c19ca6beecf1ec055f39cb5c59.tar.gz |
avfilter/vf_showinfo: small adjustments for the HDR10+ dump
summary for the adjustments:
1, remove the extra "," in the ,}
...{0.2004,0.3001,0.4008,0.5005,0.6002,0.7009,0.8006,0.9013,}
to
...{0.2004,0.3001,0.4008,0.5005,0.6002,0.7009,0.8006,0.9013}
2, add "," between the } and new field
} fraction_bright_pixels
to
}, fraction_bright_pixels
3, remove the extra space between "} }"
...{0.2004,0.3001,0.4008,0.5005,0.6002,0.7009,0.8006,0.9013,} }
to
...{0.2004,0.3001,0.4008,0.5005,0.6002,0.7009,0.8006,0.9013,}}
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavcodec/arm/blockdsp_arm.h')
0 files changed, 0 insertions, 0 deletions