Moved error checking from recorder.c to remux.c

This commit is contained in:
Klaus Schmidinger
2024-09-17 09:31:15 +02:00
parent 83425df0b6
commit 6dd5854b7a
5 changed files with 198 additions and 171 deletions

View File

@@ -9984,7 +9984,7 @@ Video Disk Recorder Revision History
version numbering. Version numbers are simply counted upwards, with each of the three
parts ("version", "major", "minor") always being a single digit, and '0' being skipped.
2024-09-16:
2024-09-17:
- Fix for compilers that don't like non-constant format strings (thanks to Stefan Hofmann).
- Deprecated code is now marked with [[deprecated]] to issue a compile time warning when
@@ -9997,3 +9997,4 @@ Video Disk Recorder Revision History
with RunningStatus() >= SI::RunningStatusPausing (reported by Markus Ehrnsperger).
- Silenced a compiler warning with gcc 14.1.0 (reported by Winfried K<>hler).
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Moved error checking from recorder.c to remux.c.