[FFmpeg-devel] [PATCH] The fail safe label fail1 should return -1, not 0.

2015-11-08 Thread canaar
--- ffserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffserver.c b/ffserver.c index 1d4c8dc..bb89d53 100644 --- a/ffserver.c +++ b/ffserver.c @@ -2425,7 +2425,7 @@ static int http_send_data(HTTPContext *c) /* fail safe - should never happen */

[FFmpeg-devel] Return 0 in case of fail...

2015-11-06 Thread canaar
if (len > (c->buffer_end - c->buffer_ptr)) goto fail1; 1) Why does it return 0 in the case of a fail? It should return -1, right? 2) Unable to understand what the c->buffer contains. Regards, canaar _

[FFmpeg-devel] Use of SDL mutex

2015-10-23 Thread canaar
sed in ffplay? Regards, canaar ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel