Commit 295240a1 authored by Laurent Aimar's avatar Laurent Aimar

* duplicate: fixed a bug with noes.

parent 19b851c5
...@@ -408,7 +408,7 @@ static vlc_bool_t ESSelected( es_format_t *fmt, char *psz_select ) ...@@ -408,7 +408,7 @@ static vlc_bool_t ESSelected( es_format_t *fmt, char *psz_select )
char *psz_arg = strchr( psz, '=' ); char *psz_arg = strchr( psz, '=' );
*psz_arg++ = '\0'; *psz_arg++ = '\0';
if( !strcmp( psz, "no-es" ) || !strcmp( psz, "es" ) ) if( !strcmp( psz, "no-es" ) || !strcmp( psz, "noes" ) )
{ {
if( i_es != 1 ) if( i_es != 1 )
{ {
......
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