Fixed bitrate reporting
This commit is contained in:
parent
2f730e1822
commit
640a2f54c6
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ int lockmgr_callback(void ** mutex, enum AVLockOp op)
|
||||||
NSLog(@"channels: %d", c->channels);
|
NSLog(@"channels: %d", c->channels);
|
||||||
|
|
||||||
channels = c->channels;
|
channels = c->channels;
|
||||||
bitrate = ic->bit_rate;
|
bitrate = ic->bit_rate / 1000;
|
||||||
floatingPoint = NO;
|
floatingPoint = NO;
|
||||||
switch (c->sample_fmt) {
|
switch (c->sample_fmt) {
|
||||||
case AV_SAMPLE_FMT_U8:
|
case AV_SAMPLE_FMT_U8:
|
||||||
|
|
Loading…
Reference in a new issue