]> git.sesse.net Git - vlc/blobdiff - src/input/es_out.c
Fixed ES_OUT_SET_DEFAULT name (added ES_).
[vlc] / src / input / es_out.c
index fcb7d4e8b38256a755bc0c9996e1624245ee7082..34f2ffca869a86b8b3a8dfe53a3bf06398bee640 100644 (file)
@@ -2100,7 +2100,7 @@ static int EsOutControlLocked( es_out_t *out, int i_query, va_list args )
             return VLC_SUCCESS;
         }
  
-        case ES_OUT_SET_DEFAULT:
+        case ES_OUT_SET_ES_DEFAULT:
         {
             es = (es_out_id_t*) va_arg( args, es_out_id_t * );