]> git.sesse.net Git - vlc/commitdiff
do not clear theora_info twice
authorogg.k.ogg.k <ogg.k.ogg.k@googlemail.com>
Sat, 25 Jul 2009 14:16:50 +0000 (15:16 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 25 Jul 2009 17:03:04 +0000 (19:03 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/theora.c

index 3ac5f120c2946c35a7a453185e3b1de55dc17964..4faf908b6300859545ccfe3661085d13839b8ec4 100644 (file)
@@ -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 */