Commit 35269665 authored by Ilkka Ollakka's avatar Ilkka Ollakka

transcode: don't check psz_senc on spu overlay/encoding, only codec

parent 795c018b
......@@ -163,7 +163,7 @@ bool transcode_spu_add( sout_stream_t *p_stream, es_format_t *p_fmt,
{
sout_stream_sys_t *p_sys = p_stream->p_sys;
if( p_sys->i_scodec || p_sys->psz_senc )
if( p_sys->i_scodec )
{
msg_Dbg( p_stream, "creating subtitle transcoding from fcc=`%4.4s' "
"to fcc=`%4.4s'", (char*)&p_fmt->i_codec,
......
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