Calls to url_fseek should have their return value checked in
authorSean Soria <sean.soria@gmail.com>
Sun, 6 Dec 2009 00:03:53 +0000 (00:03 +0000)
committerDaniel Verkamp <daniel@drv.nu>
Sun, 6 Dec 2009 00:03:53 +0000 (00:03 +0000)
commitb593f7fdef3448ea0fadfccc0bd7e4fde3df84aa
tree145d6888238c649fcdbc01547cea2b9a1f6727e0
parenta4605efdf51f1a900d0a6404c5a938f4443416bf
Calls to url_fseek should have their return value checked in
av_seek_frame_binary, just as they do in av_seek_frame_generic.
Otherwise, function may return success even though url_fseek reported
failure.

Patch by Sean Soria, first.last at gmail

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