[FFmpeg-cvslog] avcodec/hevc_sei: replace en dash character with a hyphen

James Almer git at videolan.org
Sun Dec 6 17:32:49 EET 2020


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Dec  6 12:29:18 2020 -0300| [5b9082377967351495d31ac924d93bf7df2e02a6] | committer: James Almer

avcodec/hevc_sei: replace en dash character with a hyphen

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b9082377967351495d31ac924d93bf7df2e02a6
---

 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 4a0bc538c2..8a29181a31 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;
 



More information about the ffmpeg-cvslog mailing list