OSDN Git Service

sbgdec: Replace ELOOP by -1 to fix compilation on win32.
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 18 Dec 2011 02:53:50 +0000 (03:53 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 18 Dec 2011 02:57:11 +0000 (03:57 +0100)
commit4734fb0eced88680d820644582b92212295460a9
treef14f1708cab81c6ae5683a02d59da67267677fd0
parent549749c68e7216b7a5714b9019ad20652e970d33
sbgdec: Replace ELOOP by -1 to fix compilation on win32.
This should be replaced by a more appropriate error code of course but
we should not leave compilation broken until that is decided.

Found-by: jb
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/sbgdec.c