[vlc-devel] commit: do not clear theora_info twice (ogg.k.ogg.k )

git version control git at videolan.org
Sat Jul 25 19:03:17 CEST 2009


vlc | branch: master | ogg.k.ogg.k <ogg.k.ogg.k at googlemail.com> | Sat Jul 25 15:16:50 2009 +0100| [a077fb259feb9243c11099f3d98634ea6ea704a3] | committer: Jean-Baptiste Kempf 

do not clear theora_info twice

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/codec/theora.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/codec/theora.c b/modules/codec/theora.c
index 3ac5f12..4faf908 100644
--- a/modules/codec/theora.c
+++ b/modules/codec/theora.c
@@ -698,7 +698,6 @@ static int OpenEncoder( vlc_object_t *p_this )
     p_sys->ti.noise_sensitivity = 1;
 
     theora_encode_init( &p_sys->td, &p_sys->ti );
-    theora_info_clear( &p_sys->ti );
     theora_comment_init( &p_sys->tc );
 
     /* Create and store headers */




More information about the vlc-devel mailing list