Commit 570ff641 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Backport [20452]

parent 672a219c
...@@ -510,7 +510,7 @@ static void ParseTheoraComments( decoder_t *p_dec ) ...@@ -510,7 +510,7 @@ static void ParseTheoraComments( decoder_t *p_dec )
*psz_value = '\0'; *psz_value = '\0';
psz_value++; psz_value++;
input_Control( p_input, INPUT_ADD_INFO, _("Theora comment"), input_Control( p_input, INPUT_ADD_INFO, _("Theora comment"),
psz_name, psz_value ); psz_name, "%s", psz_value );
} }
free( psz_comment ); free( psz_comment );
i++; i++;
......
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