[vlc-devel] commit: Fix typos (hopefully correctly) and formatting in comment. ( JP Dinger )
git version control
git at videolan.org
Sat Dec 5 22:35:08 CET 2009
vlc | branch: master | JP Dinger <jpd at videolan.org> | Fri Nov 20 16:01:04 2009 +0100| [bd76a75232c40660360f644698b6e069a9a71e97] | committer: JP Dinger
Fix typos (hopefully correctly) and formatting in comment.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd76a75232c40660360f644698b6e069a9a71e97
---
src/input/var.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/input/var.c b/src/input/var.c
index a70f55b..9b919b6 100644
--- a/src/input/var.c
+++ b/src/input/var.c
@@ -565,7 +565,9 @@ static int RateCallback( vlc_object_t *p_this, char const *psz_cmd,
input_thread_t *p_input = (input_thread_t*)p_this;
VLC_UNUSED(oldval); VLC_UNUSED(p_data);
- /* Problem with this way: the "rate" variable is update after the input thread do the change */
+ /* Problem with this way: the "rate" variable is updated after the
+ * input thread did the change */
+
if( !strcmp( psz_cmd, "rate-slower" ) )
{
input_ControlPush( p_input, INPUT_CONTROL_SET_RATE_SLOWER, NULL );
More information about the vlc-devel
mailing list