Added missing locks to SetMenuItem() functions

This commit is contained in:
Klaus Schmidinger
2025-02-20 10:23:15 +01:00
parent 8c3671fae6
commit 988d5aebfa
2 changed files with 8 additions and 2 deletions

View File

@@ -10034,7 +10034,7 @@ Video Disk Recorder Revision History
(suggested by Stefan Hofmann).
- Added vdrrootdir and incdir to vdr.pc (thanks to Stefan Hofmann).
2025-02-19:
2025-02-20:
- Removed all DEPRECATED_* code.
- Fixed error checking in case the fps value can't be determined by the frame parser.
@@ -10087,3 +10087,4 @@ Video Disk Recorder Revision History
Baierl).
- Fixed spurious fast frames when switching from "slow back" to "slow forward".
- Fixed cPtsIndex::FindFrameNumber() to handle the case where Pts points to an I-frame.
- Added missing locks to SetMenuItem() functions.