Commit a077fb25 authored by ogg.k.ogg.k's avatar ogg.k.ogg.k Committed by Jean-Baptiste Kempf

do not clear theora_info twice

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b69b0bd6
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment