Commit 3ce2f703 authored by Laurent Aimar's avatar Laurent Aimar

Fixed segfault because of typo in meta info code.

parent b3eb9ab9
...@@ -2476,7 +2476,7 @@ static void EsOutUpdateInfo( es_out_t *out, es_out_id_t *es, const es_format_t * ...@@ -2476,7 +2476,7 @@ static void EsOutUpdateInfo( es_out_t *out, es_out_id_t *es, const es_format_t *
return; return;
/* Remove previous information */ /* Remove previous information */
input_Control( p_input, INPUT_DEL_INFO, psz_cat ); input_Control( p_input, INPUT_DEL_INFO, psz_cat, NULL );
/* Add informations */ /* Add informations */
const char *psz_type; const char *psz_type;
......
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