From 5b9082377967351495d31ac924d93bf7df2e02a6 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 6 Dec 2020 12:29:18 -0300 Subject: [PATCH] avcodec/hevc_sei: replace en dash character with a hyphen Signed-off-by: James Almer --- libavcodec/hevc_sei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/hevc_sei.c b/libavcodec/hevc_sei.c index 4a0bc538c22..8a29181a31b 100644 --- a/libavcodec/hevc_sei.c +++ b/libavcodec/hevc_sei.c @@ -230,7 +230,7 @@ static int decode_nal_sei_user_data_registered_itu_t_t35(HEVCSEI *s, GetBitConte if (country_code == usa_country_code && provider_code == smpte_provider_code) { - // A/341 Amendment – 2094-40 + // A/341 Amendment - 2094-40 const uint16_t smpte2094_40_provider_oriented_code = 0x0001; const uint8_t smpte2094_40_application_identifier = 0x04; -- 2.39.5