Skip to content

Commit 8156845

Browse files
committed
fix: AVC - Update CHANGES.txt
1 parent 25d38d1 commit 8156845

File tree

6 files changed

+3
-40
lines changed

6 files changed

+3
-40
lines changed

docs/CHANGES.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- New: Add tesseract page segmentation modes control with `--psm` flag
4040
- Fix: Resolve compile-time error about implicit declarations (#1646)
4141
- Fix: fatal out of memory error extracting from a VOB PS
42-
42+
- Fix: Fix TODO and FIXME in `avc_functions.c`
4343
0.94 (2021-12-14)
4444
-----------------
4545
- BOM is no longer enabled by default on windows platforms

linux/output.p1.svc01.srt

Lines changed: 0 additions & 21 deletions
This file was deleted.

linux/output.srt

Lines changed: 0 additions & 12 deletions
This file was deleted.

linux/output1.p1.svc01.srt

Lines changed: 0 additions & 4 deletions
This file was deleted.

linux/output1.srt

Whitespace-only changes.

src/lib_ccx/avc_functions.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ void do_NAL(struct encoder_ctx *enc_ctx, struct lib_cc_decode *dec_ctx, unsigned
9797

9898
if (NAL_stop == NULL) // remove_03emu failed.
9999
{
100-
mprint("\rWarning: Invalid emulation prevention bytes detected in NAL unit type %u (0x%02X). "
100+
mprint("\rWarning: Invalid prevention bytes detected in NAL unit type %u (0x%02X). "
101101
"This NAL unit contains an illegal byte sequence (0x000000, 0x000001, or 0x000002) or "
102-
"improper emulation prevention byte (0x03). "
102+
"improper prevention byte (0x03). "
103103
"This may indicate a corrupted AVC/H.264 stream. NAL unit skipped.\n",
104104
nal_unit_type, nal_unit_type);
105105
return;

0 commit comments

Comments
 (0)