vlc | branch: master | Tristan Matthews <[email protected]> | 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
