mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-31 17:30:58 +02:00
generic-pc/audio.cpp: add default-section to c->codec_id switch ...
to avoid compiler warnings
Origin commit data
------------------
Branch: master
Commit: 01d57e6199
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-17 (Fri, 17 Mar 2017)
Origin message was:
------------------
- generic-pc/audio.cpp: add default-section to c->codec_id switch ...
to avoid compiler warnings
------------------
This commit was generated by Migit
This commit is contained in:
@@ -225,7 +225,9 @@ void cAudio::getAudioInfo(int &type, int &layer, int &freq, int &bitrate, int &m
|
||||
break;
|
||||
case AV_CODEC_ID_MLP:
|
||||
type = AUDIO_FMT_MLP;
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
freq = c->sample_rate;
|
||||
bitrate = c->bit_rate;
|
||||
|
Reference in New Issue
Block a user