OSDN Git Service

If either of num or den is 0 make both 0 in av_set_pts_info().
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 2 Jul 2009 12:47:58 +0000 (12:47 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 2 Jul 2009 12:47:58 +0000 (12:47 +0000)
commite7e5d1e990a2e67a3fddbacb93125ee402d7b21b
treea6350db8c562e2a05d52d62313f6a95cd3b55fe7
parentd218a86a0da7b2630828d31393d52295f0e311e9
If either of num or den is 0 make both 0 in av_set_pts_info().

Originally committed as revision 19326 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c