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

git version control git at videolan.org
Thu Jul 30 14:27:05 CEST 2009


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

do not clear theora_info twice

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit a077fb259feb9243c11099f3d98634ea6ea704a3)

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

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

 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 17bf9a7..af17ae7 100644
--- a/modules/codec/theora.c
+++ b/modules/codec/theora.c
@@ -699,7 +699,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