dump_stream: print the timebase as is, do not reduce it
authorAnton Khirnov <anton@khirnov.net>
Tue, 24 Jun 2014 05:39:35 +0000 (07:39 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 26 Jun 2014 14:04:22 +0000 (16:04 +0200)
commit3f4edf012593c73941caa0ef9b292da00225c3df
tree698dcab7886aecf586555fdb200a0b6468d2647d
parent1b04eb20f7e3f0a71f73ba91efcc3d60a435e443
dump_stream: print the timebase as is, do not reduce it

It makes more sense to print the timebase exactly as it is set. Also,
this avoids a divide by zero when av_dump_format() is called on a format
context before writing the header.
libavformat/dump.c