Fixed handling zero bytes in cH264Parser

This commit is contained in:
Klaus Schmidinger
2022-01-18 14:24:33 +01:00
parent 14b108f104
commit 8cde8464eb
3 changed files with 5 additions and 3 deletions

View File

@@ -9766,10 +9766,11 @@ Video Disk Recorder Revision History
(reported by Timo Weing<6E>rtner).
- Official release.
2022-01-14:
2022-01-18:
- Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning
(reported by Marco M<>kel<65>).
- Fixed starting replay after jumping to an editing mark.
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Added some missing "AUTO" values to vdr.5 (thanks to Winfried K<>hler).
- Fixed handling zero bytes in cH264Parser (thanks to Christoph Haubrich).