[vlc-commits] live555: buffer sizes are not considered safe
Rémi Denis-Courmont
git at videolan.org
Mon Feb 4 17:26:33 CET 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb 4 18:26:06 2013 +0200| [e69bf784bd8d202de54913b8f94aee2719ab873c] | committer: Rémi Denis-Courmont
live555: buffer sizes are not considered safe
...so far.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e69bf784bd8d202de54913b8f94aee2719ab873c
---
modules/access/live555.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/access/live555.cpp b/modules/access/live555.cpp
index 4a63cb3..2e4cfca 100644
--- a/modules/access/live555.cpp
+++ b/modules/access/live555.cpp
@@ -143,7 +143,6 @@ vlc_module_begin ()
add_integer( "rtsp-frame-buffer-size", DEFAULT_FRAME_BUFFER_SIZE,
FRAME_BUFFER_SIZE_TEXT, FRAME_BUFFER_SIZE_LONGTEXT,
true )
- change_safe()
vlc_module_end ()
More information about the vlc-commits
mailing list