---
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 */
[3]);
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
sed in ffplay?
Regards,
canaar
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel