mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- streaminfo2: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -165,7 +165,8 @@ void CStreamInfo2::analyzeStream(AVFormatContext *avfc, unsigned int idx)
|
||||
return;
|
||||
|
||||
ret = avcodec_parameters_to_context(avctx, st->codecpar);
|
||||
if (ret < 0) {
|
||||
if (ret < 0)
|
||||
{
|
||||
avcodec_free_context(&avctx);
|
||||
return;
|
||||
}
|
||||
@@ -819,7 +820,8 @@ void CStreamInfo2::paint (int /*mode*/)
|
||||
}
|
||||
}
|
||||
|
||||
struct row {
|
||||
struct row
|
||||
{
|
||||
std::string key;
|
||||
std::string val;
|
||||
Font *f;
|
||||
|
@@ -79,13 +79,15 @@ class CStreamInfo2 : public CMenuTarget
|
||||
unsigned int scaling;
|
||||
unsigned int pmt_version;
|
||||
int box_h, box_h2;
|
||||
struct feSignal {
|
||||
struct feSignal
|
||||
{
|
||||
unsigned long ber, old_ber, max_ber, min_ber;
|
||||
unsigned long sig, old_sig, max_sig, min_sig;
|
||||
unsigned long snr, old_snr, max_snr, min_snr;
|
||||
} signal;
|
||||
|
||||
struct bitrate {
|
||||
struct bitrate
|
||||
{
|
||||
unsigned int short_average, max_short_average, min_short_average;
|
||||
} rate;
|
||||
|
||||
|
Reference in New Issue
Block a user