fix av_seek_frame_generic() so that it doesnt fail if the
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 22 Apr 2007 16:23:44 +0000 (16:23 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 22 Apr 2007 16:23:44 +0000 (16:23 +0000)
commitb5a3541da11e8071c06f07c8ab8fc22f3990f24e
treeb432354b6486ef48368ed125f9a9680f1ee39979
parent0aecfdf9304d31e2382958cf6136ca32d26e4d9a
fix av_seek_frame_generic() so that it doesnt fail if the
requested timestamp is after the last with backward flag

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