Inspections Open source
Name
player.h
Location
file [vdr] - .../player.h
Problem synopsis- Expression can be simplified to 'device != NULL && device->Poll(Poller, TimeoutMs)' (at line 26)
- Expression can be simplified to 'device != NULL && device->IsPlayingVideo()' (at line 29)
- Expression can be simplified to 'device != NULL && device->SetCurrentAudioTrack(Type)' (at line 24)
- Expression can be simplified to 'device == NULL || device->Flush(TimeoutMs)' (at line 27)
- Expression can be simplified to 'device != NULL && device->SetAvailableTrack(Type, Index, Id, Language, Description)' (at line 23)
- Expression can be simplified to 'device != NULL && device->HasIBPTrickSpeed()' (at line 28)
- Expression can be simplified to 'device != NULL && device->SetCurrentSubtitleTrack(Type)' (at line 25)