Fixed bitrate reporting

CQTexperiment
Chris Moeller 2013-10-07 11:12:25 -07:00
parent 2f730e1822
commit 640a2f54c6
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ int lockmgr_callback(void ** mutex, enum AVLockOp op)
NSLog(@"channels: %d", c->channels);
channels = c->channels;
bitrate = ic->bit_rate;
bitrate = ic->bit_rate / 1000;
floatingPoint = NO;
switch (c->sample_fmt) {
case AV_SAMPLE_FMT_U8: