Commit 3134c111 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* mkv.cpp: add missing S_TEXT/ASS indentifier

parent aad850e7
......@@ -1142,6 +1142,7 @@ static int Open( vlc_object_t * p_this )
tk.fmt.subs.psz_encoding = strdup( "UTF-8" );
}
else if( !strcmp( tk.psz_codec, "S_TEXT/SSA" ) ||
!strcmp( tk.psz_codec, "S_TEXT/ASS" ) ||
!strcmp( tk.psz_codec, "S_SSA" ) ||
!strcmp( tk.psz_codec, "S_ASS" ))
{
......
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