]> git.sesse.net Git - vlc/commitdiff
theora: fix comment
authorTristan Matthews <tmatth@videolan.org>
Wed, 11 Feb 2015 18:37:01 +0000 (13:37 -0500)
committerTristan Matthews <tmatth@videolan.org>
Wed, 11 Feb 2015 18:37:26 +0000 (13:37 -0500)
modules/codec/theora.c

index ded8538795db1aceb601a852bc9cc16fd9e1fa31..03510dc7a1bc4a4193a534873c7838230fb45be0 100644 (file)
@@ -656,7 +656,7 @@ static int OpenEncoder( vlc_object_t *p_this )
         return VLC_EGENERIC;
     }
 
-    /* Allocate the memory needed to store the decoder's structure */
+    /* Allocate the memory needed to store the encoder's structure */
     if( ( p_sys = malloc(sizeof(encoder_sys_t)) ) == NULL )
         return VLC_ENOMEM;
     p_enc->p_sys = p_sys;