1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-30 16:42:13 +02:00

avcodec/hevc_sei: replace en dash character with a hyphen

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2020-12-06 12:29:18 -03:00
parent 13f35782b9
commit 5b90823779

View File

@ -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;