diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-08-30 08:02:02 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-08-30 08:02:02 +0000 |
| commit | d8b0de9b66ba8cb99f68e6c192c398e25a87dcc5 (patch) | |
| tree | 9c970428643dcb6774ab69831c8dfb70929d6072 /lib/dvb/scan.cpp | |
| parent | a29bbc0a4ee2eb5f0d86407088380de9887359a0 (diff) | |
| download | enigma2-d8b0de9b66ba8cb99f68e6c192c398e25a87dcc5.tar.gz enigma2-d8b0de9b66ba8cb99f68e6c192c398e25a87dcc5.zip | |
small cleanup
Diffstat (limited to 'lib/dvb/scan.cpp')
| -rw-r--r-- | lib/dvb/scan.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp index 0d466f96..6ac2eef4 100644 --- a/lib/dvb/scan.cpp +++ b/lib/dvb/scan.cpp @@ -306,10 +306,9 @@ void eDVBScan::PMTready(int err) { case DTS_DESCRIPTOR: case AAC_DESCRIPTOR: - isaudio = 1; case AC3_DESCRIPTOR: isaudio = 1; - break; + break; case REGISTRATION_DESCRIPTOR: /* some services don't have a separate AC3 descriptor */ { /* libdvbsi++ doesn't yet support this descriptor type, so work around. */ |
