[vlc-commits] theora: fix comment

Tristan Matthews git at videolan.org
Wed Feb 11 20:04:40 CET 2015


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Wed Feb 11 13:37:01 2015 -0500| [4afe651d891c1a2ed570372bd80741c6a79b7607] | committer: Tristan Matthews

theora: fix comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4afe651d891c1a2ed570372bd80741c6a79b7607
---

 modules/codec/theora.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/theora.c b/modules/codec/theora.c
index ded8538..03510dc 100644
--- a/modules/codec/theora.c
+++ b/modules/codec/theora.c
@@ -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;



More information about the vlc-commits mailing list