diff options
author | James Almer <jamrial@gmail.com> | 2020-12-06 12:29:18 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-12-06 12:29:18 -0300 |
commit | 5b9082377967351495d31ac924d93bf7df2e02a6 (patch) | |
tree | a85a9b8aea2aa42cbb718c2fb0d94a01f5b5c58d | |
parent | 13f35782b9f57449ea6e93f914f953f17d1e34fc (diff) | |
download | ffmpeg-5b9082377967351495d31ac924d93bf7df2e02a6.tar.gz |
avcodec/hevc_sei: replace en dash character with a hyphen
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | libavcodec/hevc_sei.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |