Avoiding some duplicate code and unnecessary work in nit.c

This commit is contained in:
Klaus Schmidinger
2016-12-23 14:25:27 +01:00
parent 68acf8815c
commit bac0ca39ba
3 changed files with 11 additions and 8 deletions

View File

@@ -8876,3 +8876,5 @@ Video Disk Recorder Revision History
Hanisch).
- Fixed a possible buffer overflow in handling CA descriptors (suggested by
Lars Hanisch).
- Avoiding some duplicate code and unnecessary work in nit.c (thanks to Ville
Skytt<74>).