]> git.sesse.net Git - ffmpeg/commit
lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame()
authorStefano Sabatini <stefasab@gmail.com>
Mon, 24 Sep 2012 18:38:14 +0000 (20:38 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 24 Sep 2012 19:16:48 +0000 (21:16 +0200)
commitbbe9fe469a1c53e3a0029e98b3dc93a45ca450c8
tree5bc56b9a9216feded2d750c07aa51a0dc5dd5ef0
parentfd63c2ff0c28abac654384f3b1060197b42f890d
lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame()

The loop was introduced in 64d340c62ad5954c1a834df2d26057135e771774, and
was likely breaking non blocking reads as it busy loops.
libavformat/utils.c