improve printinfo() message and make position more stable
commitef0b861ca7aa54a2ffb417769dc56b201658dfa9
authorAli Gholami Rudi <ali@rudi.ir>
Mon, 5 Dec 2011 20:35:59 +0000 (6 00:05 +0330)
committerAli Gholami Rudi <ali@rudi.ir>
Mon, 5 Dec 2011 20:35:59 +0000 (6 00:05 +0330)
tree33ee86153c6018cec32c012d163ff4779db7ba7a
parentc4beb4d8992a9646cc0e222b47a242747d7cb7ef
improve printinfo() message and make position more stable

minmad now prints filename in 'i' command.  Also the format of the
output has been changed to be easier to read.  Also frame_sz and
frame_ms are calculated as "new = (old * 31 + cur) / 32" to make
it more stable compared to the old "new = (old * 7 + cur) / 8".
minmad.c