From: Tristan Matthews Date: Wed, 11 Feb 2015 18:37:01 +0000 (-0500) Subject: theora: fix comment X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=4afe651d891c1a2ed570372bd80741c6a79b7607;p=vlc theora: fix comment --- diff --git a/modules/codec/theora.c b/modules/codec/theora.c index ded8538795..03510dc7a1 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;