fix av_reduce() with things like 1/0 and 0/0
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 9 Jan 2007 11:58:06 +0000 (11:58 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 9 Jan 2007 11:58:06 +0000 (11:58 +0000)
commit6880edab82a83506f717127793fddb764e95a83d
tree4dcaf3015074277f20931d7141c47a0de561af85
parentdfc58c5d64076c6091e57fde3fbddb2d44d490ac
fix av_reduce() with things like 1/0 and 0/0

Originally committed as revision 7431 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/rational.c