Changeset 47860766 in ffmpeg

Timestamp:
Mar 13, 2011, 12:41:46 AM (14 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
435535e
Parents:
57d63d43
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (03/12/11 13:46:16)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (03/13/11 00:41:46)
Message:

fbdev: fix check on nanosleep return vale

In fbdev_read_packet(): nanosleep returns -1 in case of errors,
the EINTR check has to be done on errno.

Spotted by Nicolas.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.