Make sure av_set_pts_info() does not set the fields of a timebase to
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 1 Jul 2009 20:52:48 +0000 (20:52 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 1 Jul 2009 20:52:48 +0000 (20:52 +0000)
commitd218a86a0da7b2630828d31393d52295f0e311e9
treec1c71c31956c90b4b71dde13f31d37976858e0ef
parent6be8b20466b7bf44029ff5b621fc24f67ed75183
Make sure av_set_pts_info() does not set the fields of a timebase to
negative values.

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