Skip to content

Commit d1f2dbb

Browse files
committed
fix: AVC - Update CHANGES.txt
1 parent dafe728 commit d1f2dbb

File tree

6 files changed

+3
-39
lines changed

6 files changed

+3
-39
lines changed

docs/CHANGES.TXT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
- Fix: Resolve compile-time error about implicit declarations (#1646)
4646
- Fix: fatal out of memory error extracting from a VOB PS
4747
- Fix: Unit Test Rust failing due to changes in Rust Version 1.86.0
48+
- Fix: Fix TODO and FIXME in `avc_functions.c`
4849

4950
0.94 (2021-12-14)
5051
-----------------

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)